Shades of Glade Green #5D774E
Tints of Glade Green #5D774E
RGB
CMYK
RGB Variations
Color information
#5D774E (or 0x5D774E) is known color: Glade Green. HEX triplet: 5D, 77 and 4E. RGB value is (93,119,78). Sum of RGB (Red+Green+Blue) = 93+119+78=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #5D774E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D774E is #A288B1. Grayscale: #6A6A6A. Windows color (decimal): -10651826 or 5142365. OLE color: 5142365.
HSL color Cylindrical-coordinate representation of color #5D774E: hue angle of 98.05º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D774E is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 119 | 78 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.53 |
| HSL | 98.05º | 0.21% | 0.39% | - |
| HSV(B) | 98.05º | 0.34% | 0.47% | - |
| XYZ | 12.49 | 16.07 | 9.65 | - |
| YUV | 106.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 78 | 0.22 | 0 | 0.34 | 0.53 | 98.05 | 0.21 | 0.39 |
| Hex | 5D | 77 | 4E | 16 | 0 | 22 | 35 | 62 | 15 | 27 |
| Octal | 135 | 167 | 116 | 26 | 0 | 42 | 65 | 142 | 25 | 47 |
| Binary | 1011101 | 1110111 | 1001110 | 10110 | 0 | 100010 | 110101 | 1100010 | 10101 | 100111 |
Color Harmonies of #5D774E
Complementary color
Monochromatic Colors of #5D774E
Black with #5D774E
Text Example
Text Example
White with #5D774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D774E; }
p { color: rgb(93,119,78); }
H1.HeaderClassName
{
color: #5D774E;
}
.AnyTagClassName
{
color: #5D774E;
}
</style>
background-color css
<style>
a { background-color: #5D774E; }
a { background-color: rgb(93,119,78); }
div.DivClassName
{
background-color: #5D774E;
}
.BgClassName
{
background-color: #5D774E;
}
</style>
border-color css
<style>
span { border-color: #5D774E; }
span { border-color: rgb(93,119,78); }
td.TdClassName
{
border-color: #5D774E;
}
.TagClassName
{
border-color: #5D774E;
}
</style>