Shades of Glade Green #5E884F
Tints of Glade Green #5E884F
RGB
CMYK
RGB Variations
Color information
#5E884F (or 0x5E884F) is known color: Glade Green. HEX triplet: 5E, 88 and 4F. RGB value is (94,136,79). Sum of RGB (Red+Green+Blue) = 94+136+79=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #5E884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E884F is #A177B0. Grayscale: #757575. Windows color (decimal): -10581937 or 5212254. OLE color: 5212254.
HSL color Cylindrical-coordinate representation of color #5E884F: hue angle of 104.21º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E884F is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 79 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.47 |
| HSL | 104.21º | 0.27% | 0.42% | - |
| HSV(B) | 104.21º | 0.42% | 0.53% | - |
| XYZ | 14.83 | 20.55 | 10.58 | - |
| YUV | 116.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 79 | 0.31 | 0 | 0.42 | 0.47 | 104.21 | 0.27 | 0.42 |
| Hex | 5E | 88 | 4F | 1F | 0 | 2A | 2F | 68 | 1B | 2A |
| Octal | 136 | 210 | 117 | 37 | 0 | 52 | 57 | 150 | 33 | 52 |
| Binary | 1011110 | 10001000 | 1001111 | 11111 | 0 | 101010 | 101111 | 1101000 | 11011 | 101010 |
Color Harmonies of #5E884F
Complementary color
Monochromatic Colors of #5E884F
Black with #5E884F
Text Example
Text Example
White with #5E884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E884F; }
p { color: rgb(94,136,79); }
H1.HeaderClassName
{
color: #5E884F;
}
.AnyTagClassName
{
color: #5E884F;
}
</style>
background-color css
<style>
a { background-color: #5E884F; }
a { background-color: rgb(94,136,79); }
div.DivClassName
{
background-color: #5E884F;
}
.BgClassName
{
background-color: #5E884F;
}
</style>
border-color css
<style>
span { border-color: #5E884F; }
span { border-color: rgb(94,136,79); }
td.TdClassName
{
border-color: #5E884F;
}
.TagClassName
{
border-color: #5E884F;
}
</style>