Shades of Glade Green #5E8252
Tints of Glade Green #5E8252
RGB
CMYK
RGB Variations
Color information
#5E8252 (or 0x5E8252) is known color: Glade Green. HEX triplet: 5E, 82 and 52. RGB value is (94,130,82). Sum of RGB (Red+Green+Blue) = 94+130+82=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #5E8252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8252 is #A17DAD. Grayscale: #717171. Windows color (decimal): -10583470 or 5407326. OLE color: 5407326.
HSL color Cylindrical-coordinate representation of color #5E8252: hue angle of 105º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E8252 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 130 | 82 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.49 |
| HSL | 105º | 0.23% | 0.42% | - |
| HSV(B) | 105º | 0.37% | 0.51% | - |
| XYZ | 14.12 | 18.95 | 10.9 | - |
| YUV | 113.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 130 | 82 | 0.28 | 0 | 0.37 | 0.49 | 105 | 0.23 | 0.42 |
| Hex | 5E | 82 | 52 | 1C | 0 | 25 | 31 | 69 | 17 | 2A |
| Octal | 136 | 202 | 122 | 34 | 0 | 45 | 61 | 151 | 27 | 52 |
| Binary | 1011110 | 10000010 | 1010010 | 11100 | 0 | 100101 | 110001 | 1101001 | 10111 | 101010 |
Color Harmonies of #5E8252
Complementary color
Monochromatic Colors of #5E8252
Black with #5E8252
Text Example
Text Example
White with #5E8252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8252; }
p { color: rgb(94,130,82); }
H1.HeaderClassName
{
color: #5E8252;
}
.AnyTagClassName
{
color: #5E8252;
}
</style>
background-color css
<style>
a { background-color: #5E8252; }
a { background-color: rgb(94,130,82); }
div.DivClassName
{
background-color: #5E8252;
}
.BgClassName
{
background-color: #5E8252;
}
</style>
border-color css
<style>
span { border-color: #5E8252; }
span { border-color: rgb(94,130,82); }
td.TdClassName
{
border-color: #5E8252;
}
.TagClassName
{
border-color: #5E8252;
}
</style>