Shades of Glade Green #5E7E52
Tints of Glade Green #5E7E52
RGB
CMYK
RGB Variations
Color information
#5E7E52 (or 0x5E7E52) is known color: Glade Green. HEX triplet: 5E, 7E and 52. RGB value is (94,126,82). Sum of RGB (Red+Green+Blue) = 94+126+82=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 126 - color contains mainly: green. Hex color #5E7E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7E52 is #A181AD. Grayscale: #6F6F6F. Windows color (decimal): -10584494 or 5406302. OLE color: 5406302.
HSL color Cylindrical-coordinate representation of color #5E7E52: hue angle of 103.64º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E7E52 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 126 | 82 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.51 |
| HSL | 103.64º | 0.21% | 0.41% | - |
| HSV(B) | 103.64º | 0.35% | 0.49% | - |
| XYZ | 13.6 | 17.91 | 10.72 | - |
| YUV | 111.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 126 | 82 | 0.25 | 0 | 0.35 | 0.51 | 103.64 | 0.21 | 0.41 |
| Hex | 5E | 7E | 52 | 19 | 0 | 23 | 33 | 68 | 15 | 29 |
| Octal | 136 | 176 | 122 | 31 | 0 | 43 | 63 | 150 | 25 | 51 |
| Binary | 1011110 | 1111110 | 1010010 | 11001 | 0 | 100011 | 110011 | 1101000 | 10101 | 101001 |
Color Harmonies of #5E7E52
Complementary color
Monochromatic Colors of #5E7E52
Black with #5E7E52
Text Example
Text Example
White with #5E7E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7E52; }
p { color: rgb(94,126,82); }
H1.HeaderClassName
{
color: #5E7E52;
}
.AnyTagClassName
{
color: #5E7E52;
}
</style>
background-color css
<style>
a { background-color: #5E7E52; }
a { background-color: rgb(94,126,82); }
div.DivClassName
{
background-color: #5E7E52;
}
.BgClassName
{
background-color: #5E7E52;
}
</style>
border-color css
<style>
span { border-color: #5E7E52; }
span { border-color: rgb(94,126,82); }
td.TdClassName
{
border-color: #5E7E52;
}
.TagClassName
{
border-color: #5E7E52;
}
</style>