Shades of Glade Green #5E7E51
Tints of Glade Green #5E7E51
RGB
CMYK
RGB Variations
Color information
#5E7E51 (or 0x5E7E51) is known color: Glade Green. HEX triplet: 5E, 7E and 51. RGB value is (94,126,81). Sum of RGB (Red+Green+Blue) = 94+126+81=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 126 - color contains mainly: green. Hex color #5E7E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7E51 is #A181AE. Grayscale: #6F6F6F. Windows color (decimal): -10584495 or 5340766. OLE color: 5340766.
HSL color Cylindrical-coordinate representation of color #5E7E51: hue angle of 102.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E7E51 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 126 | 81 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.51 |
| HSL | 102.67º | 0.22% | 0.41% | - |
| HSV(B) | 102.67º | 0.36% | 0.49% | - |
| XYZ | 13.56 | 17.9 | 10.52 | - |
| YUV | 111.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 126 | 81 | 0.25 | 0 | 0.36 | 0.51 | 102.67 | 0.22 | 0.41 |
| Hex | 5E | 7E | 51 | 19 | 0 | 24 | 33 | 67 | 16 | 29 |
| Octal | 136 | 176 | 121 | 31 | 0 | 44 | 63 | 147 | 26 | 51 |
| Binary | 1011110 | 1111110 | 1010001 | 11001 | 0 | 100100 | 110011 | 1100111 | 10110 | 101001 |
Color Harmonies of #5E7E51
Complementary color
Monochromatic Colors of #5E7E51
Black with #5E7E51
Text Example
Text Example
White with #5E7E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7E51; }
p { color: rgb(94,126,81); }
H1.HeaderClassName
{
color: #5E7E51;
}
.AnyTagClassName
{
color: #5E7E51;
}
</style>
background-color css
<style>
a { background-color: #5E7E51; }
a { background-color: rgb(94,126,81); }
div.DivClassName
{
background-color: #5E7E51;
}
.BgClassName
{
background-color: #5E7E51;
}
</style>
border-color css
<style>
span { border-color: #5E7E51; }
span { border-color: rgb(94,126,81); }
td.TdClassName
{
border-color: #5E7E51;
}
.TagClassName
{
border-color: #5E7E51;
}
</style>