Shades of Glade Green #5E8952
Tints of Glade Green #5E8952
RGB
CMYK
RGB Variations
Color information
#5E8952 (or 0x5E8952) is known color: Glade Green. HEX triplet: 5E, 89 and 52. RGB value is (94,137,82). Sum of RGB (Red+Green+Blue) = 94+137+82=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #5E8952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8952 is #A176AD. Grayscale: #767676. Windows color (decimal): -10581678 or 5409118. OLE color: 5409118.
HSL color Cylindrical-coordinate representation of color #5E8952: hue angle of 106.91º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E8952 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 137 | 82 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.46 |
| HSL | 106.91º | 0.25% | 0.43% | - |
| HSV(B) | 106.91º | 0.4% | 0.54% | - |
| XYZ | 15.08 | 20.88 | 11.22 | - |
| YUV | 117.87 | 107.75 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 82 | 0.31 | 0 | 0.40 | 0.46 | 106.91 | 0.25 | 0.43 |
| Hex | 5E | 89 | 52 | 1F | 0 | 28 | 2E | 6B | 19 | 2B |
| Octal | 136 | 211 | 122 | 37 | 0 | 50 | 56 | 153 | 31 | 53 |
| Binary | 1011110 | 10001001 | 1010010 | 11111 | 0 | 101000 | 101110 | 1101011 | 11001 | 101011 |
Color Harmonies of #5E8952
Complementary color
Monochromatic Colors of #5E8952
Black with #5E8952
Text Example
Text Example
White with #5E8952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8952; }
p { color: rgb(94,137,82); }
H1.HeaderClassName
{
color: #5E8952;
}
.AnyTagClassName
{
color: #5E8952;
}
</style>
background-color css
<style>
a { background-color: #5E8952; }
a { background-color: rgb(94,137,82); }
div.DivClassName
{
background-color: #5E8952;
}
.BgClassName
{
background-color: #5E8952;
}
</style>
border-color css
<style>
span { border-color: #5E8952; }
span { border-color: rgb(94,137,82); }
td.TdClassName
{
border-color: #5E8952;
}
.TagClassName
{
border-color: #5E8952;
}
</style>