Shades of Glade Green #5B824B
Tints of Glade Green #5B824B
RGB
CMYK
RGB Variations
Color information
#5B824B (or 0x5B824B) is known color: Glade Green. HEX triplet: 5B, 82 and 4B. RGB value is (91,130,75). Sum of RGB (Red+Green+Blue) = 91+130+75=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #5B824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B824B is #A47DB4. Grayscale: #707070. Windows color (decimal): -10780085 or 4948571. OLE color: 4948571.
HSL color Cylindrical-coordinate representation of color #5B824B: hue angle of 102.55º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B824B is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 130 | 75 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.49 |
| HSL | 102.55º | 0.27% | 0.4% | - |
| HSV(B) | 102.55º | 0.42% | 0.51% | - |
| XYZ | 13.57 | 18.7 | 9.55 | - |
| YUV | 112.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 130 | 75 | 0.30 | 0 | 0.42 | 0.49 | 102.55 | 0.27 | 0.4 |
| Hex | 5B | 82 | 4B | 1E | 0 | 2A | 31 | 67 | 1B | 28 |
| Octal | 133 | 202 | 113 | 36 | 0 | 52 | 61 | 147 | 33 | 50 |
| Binary | 1011011 | 10000010 | 1001011 | 11110 | 0 | 101010 | 110001 | 1100111 | 11011 | 101000 |
Color Harmonies of #5B824B
Complementary color
Monochromatic Colors of #5B824B
Black with #5B824B
Text Example
Text Example
White with #5B824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B824B; }
p { color: rgb(91,130,75); }
H1.HeaderClassName
{
color: #5B824B;
}
.AnyTagClassName
{
color: #5B824B;
}
</style>
background-color css
<style>
a { background-color: #5B824B; }
a { background-color: rgb(91,130,75); }
div.DivClassName
{
background-color: #5B824B;
}
.BgClassName
{
background-color: #5B824B;
}
</style>
border-color css
<style>
span { border-color: #5B824B; }
span { border-color: rgb(91,130,75); }
td.TdClassName
{
border-color: #5B824B;
}
.TagClassName
{
border-color: #5B824B;
}
</style>