Shades of Glade Green #5D7951
Tints of Glade Green #5D7951
RGB
CMYK
RGB Variations
Color information
#5D7951 (or 0x5D7951) is known color: Glade Green. HEX triplet: 5D, 79 and 51. RGB value is (93,121,81). Sum of RGB (Red+Green+Blue) = 93+121+81=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #5D7951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7951 is #A286AE. Grayscale: #6C6C6C. Windows color (decimal): -10651311 or 5339485. OLE color: 5339485.
HSL color Cylindrical-coordinate representation of color #5D7951: hue angle of 102º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D7951 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 121 | 81 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.53 |
| HSL | 102º | 0.2% | 0.4% | - |
| HSV(B) | 102º | 0.33% | 0.47% | - |
| XYZ | 12.84 | 16.6 | 10.31 | - |
| YUV | 108.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 121 | 81 | 0.23 | 0 | 0.33 | 0.53 | 102 | 0.2 | 0.4 |
| Hex | 5D | 79 | 51 | 17 | 0 | 21 | 35 | 66 | 14 | 28 |
| Octal | 135 | 171 | 121 | 27 | 0 | 41 | 65 | 146 | 24 | 50 |
| Binary | 1011101 | 1111001 | 1010001 | 10111 | 0 | 100001 | 110101 | 1100110 | 10100 | 101000 |
Color Harmonies of #5D7951
Complementary color
Monochromatic Colors of #5D7951
Black with #5D7951
Text Example
Text Example
White with #5D7951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7951; }
p { color: rgb(93,121,81); }
H1.HeaderClassName
{
color: #5D7951;
}
.AnyTagClassName
{
color: #5D7951;
}
</style>
background-color css
<style>
a { background-color: #5D7951; }
a { background-color: rgb(93,121,81); }
div.DivClassName
{
background-color: #5D7951;
}
.BgClassName
{
background-color: #5D7951;
}
</style>
border-color css
<style>
span { border-color: #5D7951; }
span { border-color: rgb(93,121,81); }
td.TdClassName
{
border-color: #5D7951;
}
.TagClassName
{
border-color: #5D7951;
}
</style>