Shades of Glade Green #59824E
Tints of Glade Green #59824E
RGB
CMYK
RGB Variations
Color information
#59824E (or 0x59824E) is known color: Glade Green. HEX triplet: 59, 82 and 4E. RGB value is (89,130,78). Sum of RGB (Red+Green+Blue) = 89+130+78=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #59824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59824E is #A67DB1. Grayscale: #6F6F6F. Windows color (decimal): -10911154 or 5145177. OLE color: 5145177.
HSL color Cylindrical-coordinate representation of color #59824E: hue angle of 107.31º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59824E is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 130 | 78 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.49 |
| HSL | 107.31º | 0.25% | 0.41% | - |
| HSV(B) | 107.31º | 0.4% | 0.51% | - |
| XYZ | 13.48 | 18.64 | 10.1 | - |
| YUV | 111.81 | 108.92 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 78 | 0.32 | 0 | 0.40 | 0.49 | 107.31 | 0.25 | 0.41 |
| Hex | 59 | 82 | 4E | 20 | 0 | 28 | 31 | 6B | 19 | 29 |
| Octal | 131 | 202 | 116 | 40 | 0 | 50 | 61 | 153 | 31 | 51 |
| Binary | 1011001 | 10000010 | 1001110 | 100000 | 0 | 101000 | 110001 | 1101011 | 11001 | 101001 |
Color Harmonies of #59824E
Complementary color
Monochromatic Colors of #59824E
Black with #59824E
Text Example
Text Example
White with #59824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59824E; }
p { color: rgb(89,130,78); }
H1.HeaderClassName
{
color: #59824E;
}
.AnyTagClassName
{
color: #59824E;
}
</style>
background-color css
<style>
a { background-color: #59824E; }
a { background-color: rgb(89,130,78); }
div.DivClassName
{
background-color: #59824E;
}
.BgClassName
{
background-color: #59824E;
}
</style>
border-color css
<style>
span { border-color: #59824E; }
span { border-color: rgb(89,130,78); }
td.TdClassName
{
border-color: #59824E;
}
.TagClassName
{
border-color: #59824E;
}
</style>