Shades of Glade Green #5E8C47
Tints of Glade Green #5E8C47
RGB
CMYK
RGB Variations
Color information
#5E8C47 (or 0x5E8C47) is known color: Glade Green. HEX triplet: 5E, 8C and 47. RGB value is (94,140,71). Sum of RGB (Red+Green+Blue) = 94+140+71=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 140 - color contains mainly: green. Hex color #5E8C47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8C47 is #A173B8. Grayscale: #767676. Windows color (decimal): -10580921 or 4688990. OLE color: 4688990.
HSL color Cylindrical-coordinate representation of color #5E8C47: hue angle of 100º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E8C47 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 140 | 71 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.45 |
| HSL | 100º | 0.33% | 0.41% | - |
| HSV(B) | 100º | 0.49% | 0.55% | - |
| XYZ | 15.13 | 21.59 | 9.33 | - |
| YUV | 118.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 140 | 71 | 0.33 | 0 | 0.49 | 0.45 | 100 | 0.33 | 0.41 |
| Hex | 5E | 8C | 47 | 21 | 0 | 31 | 2D | 64 | 21 | 29 |
| Octal | 136 | 214 | 107 | 41 | 0 | 61 | 55 | 144 | 41 | 51 |
| Binary | 1011110 | 10001100 | 1000111 | 100001 | 0 | 110001 | 101101 | 1100100 | 100001 | 101001 |
Color Harmonies of #5E8C47
Complementary color
Monochromatic Colors of #5E8C47
Black with #5E8C47
Text Example
Text Example
White with #5E8C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8C47; }
p { color: rgb(94,140,71); }
H1.HeaderClassName
{
color: #5E8C47;
}
.AnyTagClassName
{
color: #5E8C47;
}
</style>
background-color css
<style>
a { background-color: #5E8C47; }
a { background-color: rgb(94,140,71); }
div.DivClassName
{
background-color: #5E8C47;
}
.BgClassName
{
background-color: #5E8C47;
}
</style>
border-color css
<style>
span { border-color: #5E8C47; }
span { border-color: rgb(94,140,71); }
td.TdClassName
{
border-color: #5E8C47;
}
.TagClassName
{
border-color: #5E8C47;
}
</style>