Shades of Glade Green #599540
Tints of Glade Green #599540
RGB
CMYK
RGB Variations
Color information
#599540 (or 0x599540) is known color: Glade Green. HEX triplet: 59, 95 and 40. RGB value is (89,149,64). Sum of RGB (Red+Green+Blue) = 89+149+64=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #599540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599540 is #A66ABF. Grayscale: #797979. Windows color (decimal): -10906304 or 4232537. OLE color: 4232537.
HSL color Cylindrical-coordinate representation of color #599540: hue angle of 102.35º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #599540 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 149 | 64 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.42 |
| HSL | 102.35º | 0.4% | 0.42% | - |
| HSV(B) | 102.35º | 0.57% | 0.58% | - |
| XYZ | 15.79 | 23.99 | 8.65 | - |
| YUV | 121.37 | 95.62 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 64 | 0.40 | 0 | 0.57 | 0.42 | 102.35 | 0.4 | 0.42 |
| Hex | 59 | 95 | 40 | 28 | 0 | 39 | 2A | 66 | 28 | 2A |
| Octal | 131 | 225 | 100 | 50 | 0 | 71 | 52 | 146 | 50 | 52 |
| Binary | 1011001 | 10010101 | 1000000 | 101000 | 0 | 111001 | 101010 | 1100110 | 101000 | 101010 |
Color Harmonies of #599540
Complementary color
Monochromatic Colors of #599540
Black with #599540
Text Example
Text Example
White with #599540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599540; }
p { color: rgb(89,149,64); }
H1.HeaderClassName
{
color: #599540;
}
.AnyTagClassName
{
color: #599540;
}
</style>
background-color css
<style>
a { background-color: #599540; }
a { background-color: rgb(89,149,64); }
div.DivClassName
{
background-color: #599540;
}
.BgClassName
{
background-color: #599540;
}
</style>
border-color css
<style>
span { border-color: #599540; }
span { border-color: rgb(89,149,64); }
td.TdClassName
{
border-color: #599540;
}
.TagClassName
{
border-color: #599540;
}
</style>