Shades of Glade Green #5D7953
Tints of Glade Green #5D7953
RGB
CMYK
RGB Variations
Color information
#5D7953 (or 0x5D7953) is known color: Glade Green. HEX triplet: 5D, 79 and 53. RGB value is (93,121,83). Sum of RGB (Red+Green+Blue) = 93+121+83=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #5D7953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7953 is #A286AC. Grayscale: #6C6C6C. Windows color (decimal): -10651309 or 5470557. OLE color: 5470557.
HSL color Cylindrical-coordinate representation of color #5D7953: hue angle of 104.21º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D7953 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 121 | 83 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.53 |
| HSL | 104.21º | 0.19% | 0.4% | - |
| HSV(B) | 104.21º | 0.31% | 0.47% | - |
| XYZ | 12.91 | 16.63 | 10.71 | - |
| YUV | 108.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 121 | 83 | 0.23 | 0 | 0.31 | 0.53 | 104.21 | 0.19 | 0.4 |
| Hex | 5D | 79 | 53 | 17 | 0 | 1F | 35 | 68 | 13 | 28 |
| Octal | 135 | 171 | 123 | 27 | 0 | 37 | 65 | 150 | 23 | 50 |
| Binary | 1011101 | 1111001 | 1010011 | 10111 | 0 | 11111 | 110101 | 1101000 | 10011 | 101000 |
Color Harmonies of #5D7953
Complementary color
Monochromatic Colors of #5D7953
Black with #5D7953
Text Example
Text Example
White with #5D7953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7953; }
p { color: rgb(93,121,83); }
H1.HeaderClassName
{
color: #5D7953;
}
.AnyTagClassName
{
color: #5D7953;
}
</style>
background-color css
<style>
a { background-color: #5D7953; }
a { background-color: rgb(93,121,83); }
div.DivClassName
{
background-color: #5D7953;
}
.BgClassName
{
background-color: #5D7953;
}
</style>
border-color css
<style>
span { border-color: #5D7953; }
span { border-color: rgb(93,121,83); }
td.TdClassName
{
border-color: #5D7953;
}
.TagClassName
{
border-color: #5D7953;
}
</style>