Shades of Glade Green #5E8249
Tints of Glade Green #5E8249
RGB
CMYK
RGB Variations
Color information
#5E8249 (or 0x5E8249) is known color: Glade Green. HEX triplet: 5E, 82 and 49. RGB value is (94,130,73). Sum of RGB (Red+Green+Blue) = 94+130+73=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #5E8249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8249 is #A17DB6. Grayscale: #707070. Windows color (decimal): -10583479 or 4817502. OLE color: 4817502.
HSL color Cylindrical-coordinate representation of color #5E8249: hue angle of 97.89º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E8249 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 130 | 73 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.49 |
| HSL | 97.89º | 0.28% | 0.4% | - |
| HSV(B) | 97.89º | 0.44% | 0.51% | - |
| XYZ | 13.8 | 18.83 | 9.21 | - |
| YUV | 112.74 | 105.57 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 130 | 73 | 0.28 | 0 | 0.44 | 0.49 | 97.89 | 0.28 | 0.4 |
| Hex | 5E | 82 | 49 | 1C | 0 | 2C | 31 | 62 | 1C | 28 |
| Octal | 136 | 202 | 111 | 34 | 0 | 54 | 61 | 142 | 34 | 50 |
| Binary | 1011110 | 10000010 | 1001001 | 11100 | 0 | 101100 | 110001 | 1100010 | 11100 | 101000 |
Color Harmonies of #5E8249
Complementary color
Monochromatic Colors of #5E8249
Black with #5E8249
Text Example
Text Example
White with #5E8249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8249; }
p { color: rgb(94,130,73); }
H1.HeaderClassName
{
color: #5E8249;
}
.AnyTagClassName
{
color: #5E8249;
}
</style>
background-color css
<style>
a { background-color: #5E8249; }
a { background-color: rgb(94,130,73); }
div.DivClassName
{
background-color: #5E8249;
}
.BgClassName
{
background-color: #5E8249;
}
</style>
border-color css
<style>
span { border-color: #5E8249; }
span { border-color: rgb(94,130,73); }
td.TdClassName
{
border-color: #5E8249;
}
.TagClassName
{
border-color: #5E8249;
}
</style>