Shades of Glade Green #5E844F
Tints of Glade Green #5E844F
RGB
CMYK
RGB Variations
Color information
#5E844F (or 0x5E844F) is known color: Glade Green. HEX triplet: 5E, 84 and 4F. RGB value is (94,132,79). Sum of RGB (Red+Green+Blue) = 94+132+79=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #5E844F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E844F is #A17BB0. Grayscale: #727272. Windows color (decimal): -10582961 or 5211230. OLE color: 5211230.
HSL color Cylindrical-coordinate representation of color #5E844F: hue angle of 103.02º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E844F is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 132 | 79 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.48 |
| HSL | 103.02º | 0.25% | 0.41% | - |
| HSV(B) | 103.02º | 0.4% | 0.52% | - |
| XYZ | 14.28 | 19.45 | 10.4 | - |
| YUV | 114.6 | 107.91 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 79 | 0.29 | 0 | 0.40 | 0.48 | 103.02 | 0.25 | 0.41 |
| Hex | 5E | 84 | 4F | 1D | 0 | 28 | 30 | 67 | 19 | 29 |
| Octal | 136 | 204 | 117 | 35 | 0 | 50 | 60 | 147 | 31 | 51 |
| Binary | 1011110 | 10000100 | 1001111 | 11101 | 0 | 101000 | 110000 | 1100111 | 11001 | 101001 |
Color Harmonies of #5E844F
Complementary color
Monochromatic Colors of #5E844F
Black with #5E844F
Text Example
Text Example
White with #5E844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E844F; }
p { color: rgb(94,132,79); }
H1.HeaderClassName
{
color: #5E844F;
}
.AnyTagClassName
{
color: #5E844F;
}
</style>
background-color css
<style>
a { background-color: #5E844F; }
a { background-color: rgb(94,132,79); }
div.DivClassName
{
background-color: #5E844F;
}
.BgClassName
{
background-color: #5E844F;
}
</style>
border-color css
<style>
span { border-color: #5E844F; }
span { border-color: rgb(94,132,79); }
td.TdClassName
{
border-color: #5E844F;
}
.TagClassName
{
border-color: #5E844F;
}
</style>