Shades of Glade Green #5D8255
Tints of Glade Green #5D8255
RGB
CMYK
RGB Variations
Color information
#5D8255 (or 0x5D8255) is known color: Glade Green. HEX triplet: 5D, 82 and 55. RGB value is (93,130,85). Sum of RGB (Red+Green+Blue) = 93+130+85=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #5D8255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8255 is #A27DAA. Grayscale: #717171. Windows color (decimal): -10649003 or 5603933. OLE color: 5603933.
HSL color Cylindrical-coordinate representation of color #5D8255: hue angle of 109.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D8255 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 130 | 85 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.49 |
| HSL | 109.33º | 0.21% | 0.42% | - |
| HSV(B) | 109.33º | 0.35% | 0.51% | - |
| XYZ | 14.14 | 18.95 | 11.51 | - |
| YUV | 113.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 130 | 85 | 0.28 | 0 | 0.35 | 0.49 | 109.33 | 0.21 | 0.42 |
| Hex | 5D | 82 | 55 | 1C | 0 | 23 | 31 | 6D | 15 | 2A |
| Octal | 135 | 202 | 125 | 34 | 0 | 43 | 61 | 155 | 25 | 52 |
| Binary | 1011101 | 10000010 | 1010101 | 11100 | 0 | 100011 | 110001 | 1101101 | 10101 | 101010 |
Color Harmonies of #5D8255
Complementary color
Monochromatic Colors of #5D8255
Black with #5D8255
Text Example
Text Example
White with #5D8255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8255; }
p { color: rgb(93,130,85); }
H1.HeaderClassName
{
color: #5D8255;
}
.AnyTagClassName
{
color: #5D8255;
}
</style>
background-color css
<style>
a { background-color: #5D8255; }
a { background-color: rgb(93,130,85); }
div.DivClassName
{
background-color: #5D8255;
}
.BgClassName
{
background-color: #5D8255;
}
</style>
border-color css
<style>
span { border-color: #5D8255; }
span { border-color: rgb(93,130,85); }
td.TdClassName
{
border-color: #5D8255;
}
.TagClassName
{
border-color: #5D8255;
}
</style>