Shades of Glade Green #5E844A
Tints of Glade Green #5E844A
RGB
CMYK
RGB Variations
Color information
#5E844A (or 0x5E844A) is known color: Glade Green. HEX triplet: 5E, 84 and 4A. RGB value is (94,132,74). Sum of RGB (Red+Green+Blue) = 94+132+74=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #5E844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E844A is #A17BB5. Grayscale: #727272. Windows color (decimal): -10582966 or 4883550. OLE color: 4883550.
HSL color Cylindrical-coordinate representation of color #5E844A: hue angle of 99.31º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E844A is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 132 | 74 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.48 |
| HSL | 99.31º | 0.28% | 0.4% | - |
| HSV(B) | 99.31º | 0.44% | 0.52% | - |
| XYZ | 14.1 | 19.38 | 9.48 | - |
| YUV | 114.03 | 105.41 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 74 | 0.29 | 0 | 0.44 | 0.48 | 99.31 | 0.28 | 0.4 |
| Hex | 5E | 84 | 4A | 1D | 0 | 2C | 30 | 63 | 1C | 28 |
| Octal | 136 | 204 | 112 | 35 | 0 | 54 | 60 | 143 | 34 | 50 |
| Binary | 1011110 | 10000100 | 1001010 | 11101 | 0 | 101100 | 110000 | 1100011 | 11100 | 101000 |
Color Harmonies of #5E844A
Complementary color
Monochromatic Colors of #5E844A
Black with #5E844A
Text Example
Text Example
White with #5E844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E844A; }
p { color: rgb(94,132,74); }
H1.HeaderClassName
{
color: #5E844A;
}
.AnyTagClassName
{
color: #5E844A;
}
</style>
background-color css
<style>
a { background-color: #5E844A; }
a { background-color: rgb(94,132,74); }
div.DivClassName
{
background-color: #5E844A;
}
.BgClassName
{
background-color: #5E844A;
}
</style>
border-color css
<style>
span { border-color: #5E844A; }
span { border-color: rgb(94,132,74); }
td.TdClassName
{
border-color: #5E844A;
}
.TagClassName
{
border-color: #5E844A;
}
</style>