Shades of Glade Green #5E7953
Tints of Glade Green #5E7953
RGB
CMYK
RGB Variations
Color information
#5E7953 (or 0x5E7953) is known color: Glade Green. HEX triplet: 5E, 79 and 53. RGB value is (94,121,83). Sum of RGB (Red+Green+Blue) = 94+121+83=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7953 is #A186AC. Grayscale: #6C6C6C. Windows color (decimal): -10585773 or 5470558. OLE color: 5470558.
HSL color Cylindrical-coordinate representation of color #5E7953: hue angle of 102.63º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E7953 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 121 | 83 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.53 |
| HSL | 102.63º | 0.19% | 0.4% | - |
| HSV(B) | 102.63º | 0.31% | 0.47% | - |
| XYZ | 13.01 | 16.68 | 10.72 | - |
| YUV | 108.6 | 113.55 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 121 | 83 | 0.22 | 0 | 0.31 | 0.53 | 102.63 | 0.19 | 0.4 |
| Hex | 5E | 79 | 53 | 16 | 0 | 1F | 35 | 67 | 13 | 28 |
| Octal | 136 | 171 | 123 | 26 | 0 | 37 | 65 | 147 | 23 | 50 |
| Binary | 1011110 | 1111001 | 1010011 | 10110 | 0 | 11111 | 110101 | 1100111 | 10011 | 101000 |
Color Harmonies of #5E7953
Complementary color
Monochromatic Colors of #5E7953
Black with #5E7953
Text Example
Text Example
White with #5E7953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7953; }
p { color: rgb(94,121,83); }
H1.HeaderClassName
{
color: #5E7953;
}
.AnyTagClassName
{
color: #5E7953;
}
</style>
background-color css
<style>
a { background-color: #5E7953; }
a { background-color: rgb(94,121,83); }
div.DivClassName
{
background-color: #5E7953;
}
.BgClassName
{
background-color: #5E7953;
}
</style>
border-color css
<style>
span { border-color: #5E7953; }
span { border-color: rgb(94,121,83); }
td.TdClassName
{
border-color: #5E7953;
}
.TagClassName
{
border-color: #5E7953;
}
</style>