Random Color Generator

#528614 Color

Color Codes
Hex Code #528614
RGB Code rgb(82, 134, 20)
HSL Code hsl(87, 74%, 30%)

#528614 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(82, 134, 20);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(87, 74%, 30%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #528614

RGB Code Hex Code Preview
rgb(82, 134, 20, 10%) #5286141a  
rgb(82, 134, 20, 20%) #52861433  
rgb(82, 134, 20, 40%) #5286144C  
rgb(82, 134, 20, 60%) #52861499  
rgb(82, 134, 20, 80%) #528614CC  
rgb(82, 134, 20, 100%) #528614FF  

Saturated and desaturated colors of #528614

HSL Code Preview
hsl(87, 10%, 30%)  
hsl(87, 20%, 30%)  
hsl(87, 40%, 30%)  
hsl(87, 60%, 30%)  
hsl(87, 80%, 30%)  
hsl(87, 100%, 30%)  

#528614 Color Usage In CSS

 body {
    color: #528614;
    }
 p {
    color: rgb(82, 134, 20);
    }
 header {
    border-bottom:1px solid #528614;
    }
Recent Random Colors