Shades of Glade Green #5E894C
Tints of Glade Green #5E894C
RGB
CMYK
RGB Variations
Color information
#5E894C (or 0x5E894C) is known color: Glade Green. HEX triplet: 5E, 89 and 4C. RGB value is (94,137,76). Sum of RGB (Red+Green+Blue) = 94+137+76=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #5E894C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E894C is #A176B3. Grayscale: #757575. Windows color (decimal): -10581684 or 5015902. OLE color: 5015902.
HSL color Cylindrical-coordinate representation of color #5E894C: hue angle of 102.3º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E894C is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 137 | 76 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.46 |
| HSL | 102.3º | 0.29% | 0.42% | - |
| HSV(B) | 102.3º | 0.45% | 0.54% | - |
| XYZ | 14.87 | 20.79 | 10.07 | - |
| YUV | 117.19 | 104.75 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 76 | 0.31 | 0 | 0.45 | 0.46 | 102.3 | 0.29 | 0.42 |
| Hex | 5E | 89 | 4C | 1F | 0 | 2D | 2E | 66 | 1D | 2A |
| Octal | 136 | 211 | 114 | 37 | 0 | 55 | 56 | 146 | 35 | 52 |
| Binary | 1011110 | 10001001 | 1001100 | 11111 | 0 | 101101 | 101110 | 1100110 | 11101 | 101010 |
Color Harmonies of #5E894C
Complementary color
Monochromatic Colors of #5E894C
Black with #5E894C
Text Example
Text Example
White with #5E894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E894C; }
p { color: rgb(94,137,76); }
H1.HeaderClassName
{
color: #5E894C;
}
.AnyTagClassName
{
color: #5E894C;
}
</style>
background-color css
<style>
a { background-color: #5E894C; }
a { background-color: rgb(94,137,76); }
div.DivClassName
{
background-color: #5E894C;
}
.BgClassName
{
background-color: #5E894C;
}
</style>
border-color css
<style>
span { border-color: #5E894C; }
span { border-color: rgb(94,137,76); }
td.TdClassName
{
border-color: #5E894C;
}
.TagClassName
{
border-color: #5E894C;
}
</style>