Shades of Glade Green #5D7A4D
Tints of Glade Green #5D7A4D
RGB
CMYK
RGB Variations
Color information
#5D7A4D (or 0x5D7A4D) is known color: Glade Green. HEX triplet: 5D, 7A and 4D. RGB value is (93,122,77). Sum of RGB (Red+Green+Blue) = 93+122+77=292 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.85% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #5D7A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7A4D is #A285B2. Grayscale: #6C6C6C. Windows color (decimal): -10651059 or 5077597. OLE color: 5077597.
HSL color Cylindrical-coordinate representation of color #5D7A4D: hue angle of 98.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D7A4D is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 93 | 122 | 77 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.52 |
| HSL | 98.67º | 0.23% | 0.39% | - |
| HSV(B) | 98.67º | 0.37% | 0.48% | - |
| XYZ | 12.81 | 16.78 | 9.59 | - |
| YUV | 108.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 122 | 77 | 0.24 | 0 | 0.37 | 0.52 | 98.67 | 0.23 | 0.39 |
| Hex | 5D | 7A | 4D | 18 | 0 | 25 | 34 | 63 | 17 | 27 |
| Octal | 135 | 172 | 115 | 30 | 0 | 45 | 64 | 143 | 27 | 47 |
| Binary | 1011101 | 1111010 | 1001101 | 11000 | 0 | 100101 | 110100 | 1100011 | 10111 | 100111 |
Color Harmonies of #5D7A4D
Complementary color
Monochromatic Colors of #5D7A4D
Black with #5D7A4D
Text Example
Text Example
White with #5D7A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7A4D; }
p { color: rgb(93,122,77); }
H1.HeaderClassName
{
color: #5D7A4D;
}
.AnyTagClassName
{
color: #5D7A4D;
}
</style>
background-color css
<style>
a { background-color: #5D7A4D; }
a { background-color: rgb(93,122,77); }
div.DivClassName
{
background-color: #5D7A4D;
}
.BgClassName
{
background-color: #5D7A4D;
}
</style>
border-color css
<style>
span { border-color: #5D7A4D; }
span { border-color: rgb(93,122,77); }
td.TdClassName
{
border-color: #5D7A4D;
}
.TagClassName
{
border-color: #5D7A4D;
}
</style>