Shades of Glade Green #5E884C
Tints of Glade Green #5E884C
RGB
CMYK
RGB Variations
Color information
#5E884C (or 0x5E884C) is known color: Glade Green. HEX triplet: 5E, 88 and 4C. RGB value is (94,136,76). Sum of RGB (Red+Green+Blue) = 94+136+76=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #5E884C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E884C is #A177B3. Grayscale: #747474. Windows color (decimal): -10581940 or 5015646. OLE color: 5015646.
HSL color Cylindrical-coordinate representation of color #5E884C: hue angle of 102º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E884C is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 76 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.47 |
| HSL | 102º | 0.28% | 0.42% | - |
| HSV(B) | 102º | 0.44% | 0.53% | - |
| XYZ | 14.72 | 20.51 | 10.02 | - |
| YUV | 116.6 | 105.09 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 76 | 0.31 | 0 | 0.44 | 0.47 | 102 | 0.28 | 0.42 |
| Hex | 5E | 88 | 4C | 1F | 0 | 2C | 2F | 66 | 1C | 2A |
| Octal | 136 | 210 | 114 | 37 | 0 | 54 | 57 | 146 | 34 | 52 |
| Binary | 1011110 | 10001000 | 1001100 | 11111 | 0 | 101100 | 101111 | 1100110 | 11100 | 101010 |
Color Harmonies of #5E884C
Complementary color
Monochromatic Colors of #5E884C
Black with #5E884C
Text Example
Text Example
White with #5E884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E884C; }
p { color: rgb(94,136,76); }
H1.HeaderClassName
{
color: #5E884C;
}
.AnyTagClassName
{
color: #5E884C;
}
</style>
background-color css
<style>
a { background-color: #5E884C; }
a { background-color: rgb(94,136,76); }
div.DivClassName
{
background-color: #5E884C;
}
.BgClassName
{
background-color: #5E884C;
}
</style>
border-color css
<style>
span { border-color: #5E884C; }
span { border-color: rgb(94,136,76); }
td.TdClassName
{
border-color: #5E884C;
}
.TagClassName
{
border-color: #5E884C;
}
</style>