Shades of Glade Green #5B8E49
Tints of Glade Green #5B8E49
RGB
CMYK
RGB Variations
Color information
#5B8E49 (or 0x5B8E49) is known color: Glade Green. HEX triplet: 5B, 8E and 49. RGB value is (91,142,73). Sum of RGB (Red+Green+Blue) = 91+142+73=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 142 - color contains mainly: green. Hex color #5B8E49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8E49 is #A471B6. Grayscale: #777777. Windows color (decimal): -10777015 or 4820571. OLE color: 4820571.
HSL color Cylindrical-coordinate representation of color #5B8E49: hue angle of 104.35º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B8E49 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 142 | 73 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.44 |
| HSL | 104.35º | 0.32% | 0.42% | - |
| HSV(B) | 104.35º | 0.49% | 0.56% | - |
| XYZ | 15.19 | 22.05 | 9.76 | - |
| YUV | 118.89 | 102.1 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 142 | 73 | 0.36 | 0 | 0.49 | 0.44 | 104.35 | 0.32 | 0.42 |
| Hex | 5B | 8E | 49 | 24 | 0 | 31 | 2C | 68 | 20 | 2A |
| Octal | 133 | 216 | 111 | 44 | 0 | 61 | 54 | 150 | 40 | 52 |
| Binary | 1011011 | 10001110 | 1001001 | 100100 | 0 | 110001 | 101100 | 1101000 | 100000 | 101010 |
Color Harmonies of #5B8E49
Complementary color
Monochromatic Colors of #5B8E49
Black with #5B8E49
Text Example
Text Example
White with #5B8E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8E49; }
p { color: rgb(91,142,73); }
H1.HeaderClassName
{
color: #5B8E49;
}
.AnyTagClassName
{
color: #5B8E49;
}
</style>
background-color css
<style>
a { background-color: #5B8E49; }
a { background-color: rgb(91,142,73); }
div.DivClassName
{
background-color: #5B8E49;
}
.BgClassName
{
background-color: #5B8E49;
}
</style>
border-color css
<style>
span { border-color: #5B8E49; }
span { border-color: rgb(91,142,73); }
td.TdClassName
{
border-color: #5B8E49;
}
.TagClassName
{
border-color: #5B8E49;
}
</style>