Shades of Glade Green #5E894F
Tints of Glade Green #5E894F
RGB
CMYK
RGB Variations
Color information
#5E894F (or 0x5E894F) is known color: Glade Green. HEX triplet: 5E, 89 and 4F. RGB value is (94,137,79). Sum of RGB (Red+Green+Blue) = 94+137+79=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #5E894F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E894F is #A176B0. Grayscale: #757575. Windows color (decimal): -10581681 or 5212510. OLE color: 5212510.
HSL color Cylindrical-coordinate representation of color #5E894F: hue angle of 104.48º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E894F is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 137 | 79 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.46 |
| HSL | 104.48º | 0.27% | 0.42% | - |
| HSV(B) | 104.48º | 0.42% | 0.54% | - |
| XYZ | 14.97 | 20.84 | 10.63 | - |
| YUV | 117.53 | 106.25 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 79 | 0.31 | 0 | 0.42 | 0.46 | 104.48 | 0.27 | 0.42 |
| Hex | 5E | 89 | 4F | 1F | 0 | 2A | 2E | 68 | 1B | 2A |
| Octal | 136 | 211 | 117 | 37 | 0 | 52 | 56 | 150 | 33 | 52 |
| Binary | 1011110 | 10001001 | 1001111 | 11111 | 0 | 101010 | 101110 | 1101000 | 11011 | 101010 |
Color Harmonies of #5E894F
Complementary color
Monochromatic Colors of #5E894F
Black with #5E894F
Text Example
Text Example
White with #5E894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E894F; }
p { color: rgb(94,137,79); }
H1.HeaderClassName
{
color: #5E894F;
}
.AnyTagClassName
{
color: #5E894F;
}
</style>
background-color css
<style>
a { background-color: #5E894F; }
a { background-color: rgb(94,137,79); }
div.DivClassName
{
background-color: #5E894F;
}
.BgClassName
{
background-color: #5E894F;
}
</style>
border-color css
<style>
span { border-color: #5E894F; }
span { border-color: rgb(94,137,79); }
td.TdClassName
{
border-color: #5E894F;
}
.TagClassName
{
border-color: #5E894F;
}
</style>