Shades of Glade Green #5E8849
Tints of Glade Green #5E8849
RGB
CMYK
RGB Variations
Color information
#5E8849 (or 0x5E8849) is known color: Glade Green. HEX triplet: 5E, 88 and 49. RGB value is (94,136,73). Sum of RGB (Red+Green+Blue) = 94+136+73=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8849 is #A177B6. Grayscale: #747474. Windows color (decimal): -10581943 or 4819038. OLE color: 4819038.
HSL color Cylindrical-coordinate representation of color #5E8849: hue angle of 100º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E8849 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 73 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.47 |
| HSL | 100º | 0.3% | 0.41% | - |
| HSV(B) | 100º | 0.46% | 0.53% | - |
| XYZ | 14.62 | 20.47 | 9.48 | - |
| YUV | 116.26 | 103.59 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 73 | 0.31 | 0 | 0.46 | 0.47 | 100 | 0.3 | 0.41 |
| Hex | 5E | 88 | 49 | 1F | 0 | 2E | 2F | 64 | 1E | 29 |
| Octal | 136 | 210 | 111 | 37 | 0 | 56 | 57 | 144 | 36 | 51 |
| Binary | 1011110 | 10001000 | 1001001 | 11111 | 0 | 101110 | 101111 | 1100100 | 11110 | 101001 |
Color Harmonies of #5E8849
Complementary color
Monochromatic Colors of #5E8849
Black with #5E8849
Text Example
Text Example
White with #5E8849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8849; }
p { color: rgb(94,136,73); }
H1.HeaderClassName
{
color: #5E8849;
}
.AnyTagClassName
{
color: #5E8849;
}
</style>
background-color css
<style>
a { background-color: #5E8849; }
a { background-color: rgb(94,136,73); }
div.DivClassName
{
background-color: #5E8849;
}
.BgClassName
{
background-color: #5E8849;
}
</style>
border-color css
<style>
span { border-color: #5E8849; }
span { border-color: rgb(94,136,73); }
td.TdClassName
{
border-color: #5E8849;
}
.TagClassName
{
border-color: #5E8849;
}
</style>