Shades of Glade Green #5D8D47
Tints of Glade Green #5D8D47
RGB
CMYK
RGB Variations
Color information
#5D8D47 (or 0x5D8D47) is known color: Glade Green. HEX triplet: 5D, 8D and 47. RGB value is (93,141,71). Sum of RGB (Red+Green+Blue) = 93+141+71=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #5D8D47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8D47 is #A272B8. Grayscale: #767676. Windows color (decimal): -10646201 or 4689245. OLE color: 4689245.
HSL color Cylindrical-coordinate representation of color #5D8D47: hue angle of 101.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D8D47 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 141 | 71 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.45 |
| HSL | 101.14º | 0.33% | 0.42% | - |
| HSV(B) | 101.14º | 0.5% | 0.55% | - |
| XYZ | 15.18 | 21.83 | 9.38 | - |
| YUV | 118.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 141 | 71 | 0.34 | 0 | 0.50 | 0.45 | 101.14 | 0.33 | 0.42 |
| Hex | 5D | 8D | 47 | 22 | 0 | 32 | 2D | 65 | 21 | 2A |
| Octal | 135 | 215 | 107 | 42 | 0 | 62 | 55 | 145 | 41 | 52 |
| Binary | 1011101 | 10001101 | 1000111 | 100010 | 0 | 110010 | 101101 | 1100101 | 100001 | 101010 |
Color Harmonies of #5D8D47
Complementary color
Monochromatic Colors of #5D8D47
Black with #5D8D47
Text Example
Text Example
White with #5D8D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8D47; }
p { color: rgb(93,141,71); }
H1.HeaderClassName
{
color: #5D8D47;
}
.AnyTagClassName
{
color: #5D8D47;
}
</style>
background-color css
<style>
a { background-color: #5D8D47; }
a { background-color: rgb(93,141,71); }
div.DivClassName
{
background-color: #5D8D47;
}
.BgClassName
{
background-color: #5D8D47;
}
</style>
border-color css
<style>
span { border-color: #5D8D47; }
span { border-color: rgb(93,141,71); }
td.TdClassName
{
border-color: #5D8D47;
}
.TagClassName
{
border-color: #5D8D47;
}
</style>