Shades of Glade Green #5E7C52
Tints of Glade Green #5E7C52
RGB
CMYK
RGB Variations
Color information
#5E7C52 (or 0x5E7C52) is known color: Glade Green. HEX triplet: 5E, 7C and 52. RGB value is (94,124,82). Sum of RGB (Red+Green+Blue) = 94+124+82=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 124 - color contains mainly: green. Hex color #5E7C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7C52 is #A183AD. Grayscale: #6E6E6E. Windows color (decimal): -10585006 or 5405790. OLE color: 5405790.
HSL color Cylindrical-coordinate representation of color #5E7C52: hue angle of 102.86º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E7C52 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 124 | 82 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.51 |
| HSL | 102.86º | 0.2% | 0.4% | - |
| HSV(B) | 102.86º | 0.34% | 0.49% | - |
| XYZ | 13.35 | 17.4 | 10.64 | - |
| YUV | 110.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 124 | 82 | 0.24 | 0 | 0.34 | 0.51 | 102.86 | 0.2 | 0.4 |
| Hex | 5E | 7C | 52 | 18 | 0 | 22 | 33 | 67 | 14 | 28 |
| Octal | 136 | 174 | 122 | 30 | 0 | 42 | 63 | 147 | 24 | 50 |
| Binary | 1011110 | 1111100 | 1010010 | 11000 | 0 | 100010 | 110011 | 1100111 | 10100 | 101000 |
Color Harmonies of #5E7C52
Complementary color
Monochromatic Colors of #5E7C52
Black with #5E7C52
Text Example
Text Example
White with #5E7C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7C52; }
p { color: rgb(94,124,82); }
H1.HeaderClassName
{
color: #5E7C52;
}
.AnyTagClassName
{
color: #5E7C52;
}
</style>
background-color css
<style>
a { background-color: #5E7C52; }
a { background-color: rgb(94,124,82); }
div.DivClassName
{
background-color: #5E7C52;
}
.BgClassName
{
background-color: #5E7C52;
}
</style>
border-color css
<style>
span { border-color: #5E7C52; }
span { border-color: rgb(94,124,82); }
td.TdClassName
{
border-color: #5E7C52;
}
.TagClassName
{
border-color: #5E7C52;
}
</style>