Shades of Glade Green #5E844C
Tints of Glade Green #5E844C
RGB
CMYK
RGB Variations
Color information
#5E844C (or 0x5E844C) is known color: Glade Green. HEX triplet: 5E, 84 and 4C. RGB value is (94,132,76). Sum of RGB (Red+Green+Blue) = 94+132+76=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #5E844C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E844C is #A17BB3. Grayscale: #727272. Windows color (decimal): -10582964 or 5014622. OLE color: 5014622.
HSL color Cylindrical-coordinate representation of color #5E844C: hue angle of 100.71º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E844C is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 132 | 76 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.48 |
| HSL | 100.71º | 0.27% | 0.41% | - |
| HSV(B) | 100.71º | 0.42% | 0.52% | - |
| XYZ | 14.17 | 19.4 | 9.84 | - |
| YUV | 114.25 | 106.41 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 76 | 0.29 | 0 | 0.42 | 0.48 | 100.71 | 0.27 | 0.41 |
| Hex | 5E | 84 | 4C | 1D | 0 | 2A | 30 | 65 | 1B | 29 |
| Octal | 136 | 204 | 114 | 35 | 0 | 52 | 60 | 145 | 33 | 51 |
| Binary | 1011110 | 10000100 | 1001100 | 11101 | 0 | 101010 | 110000 | 1100101 | 11011 | 101001 |
Color Harmonies of #5E844C
Complementary color
Monochromatic Colors of #5E844C
Black with #5E844C
Text Example
Text Example
White with #5E844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E844C; }
p { color: rgb(94,132,76); }
H1.HeaderClassName
{
color: #5E844C;
}
.AnyTagClassName
{
color: #5E844C;
}
</style>
background-color css
<style>
a { background-color: #5E844C; }
a { background-color: rgb(94,132,76); }
div.DivClassName
{
background-color: #5E844C;
}
.BgClassName
{
background-color: #5E844C;
}
</style>
border-color css
<style>
span { border-color: #5E844C; }
span { border-color: rgb(94,132,76); }
td.TdClassName
{
border-color: #5E844C;
}
.TagClassName
{
border-color: #5E844C;
}
</style>