Shades of Glade Green #5D8646
Tints of Glade Green #5D8646
RGB
CMYK
RGB Variations
Color information
#5D8646 (or 0x5D8646) is known color: Glade Green. HEX triplet: 5D, 86 and 46. RGB value is (93,134,70). Sum of RGB (Red+Green+Blue) = 93+134+70=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #5D8646 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8646 is #A279B9. Grayscale: #727272. Windows color (decimal): -10647994 or 4621917. OLE color: 4621917.
HSL color Cylindrical-coordinate representation of color #5D8646: hue angle of 98.44º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D8646 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 134 | 70 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.47 |
| HSL | 98.44º | 0.31% | 0.4% | - |
| HSV(B) | 98.44º | 0.48% | 0.53% | - |
| XYZ | 14.14 | 19.82 | 8.87 | - |
| YUV | 114.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 134 | 70 | 0.31 | 0 | 0.48 | 0.47 | 98.44 | 0.31 | 0.4 |
| Hex | 5D | 86 | 46 | 1F | 0 | 30 | 2F | 62 | 1F | 28 |
| Octal | 135 | 206 | 106 | 37 | 0 | 60 | 57 | 142 | 37 | 50 |
| Binary | 1011101 | 10000110 | 1000110 | 11111 | 0 | 110000 | 101111 | 1100010 | 11111 | 101000 |
Color Harmonies of #5D8646
Complementary color
Monochromatic Colors of #5D8646
Black with #5D8646
Text Example
Text Example
White with #5D8646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8646; }
p { color: rgb(93,134,70); }
H1.HeaderClassName
{
color: #5D8646;
}
.AnyTagClassName
{
color: #5D8646;
}
</style>
background-color css
<style>
a { background-color: #5D8646; }
a { background-color: rgb(93,134,70); }
div.DivClassName
{
background-color: #5D8646;
}
.BgClassName
{
background-color: #5D8646;
}
</style>
border-color css
<style>
span { border-color: #5D8646; }
span { border-color: rgb(93,134,70); }
td.TdClassName
{
border-color: #5D8646;
}
.TagClassName
{
border-color: #5D8646;
}
</style>