Shades of Glade Green #599642
Tints of Glade Green #599642
RGB
CMYK
RGB Variations
Color information
#599642 (or 0x599642) is known color: Glade Green. HEX triplet: 59, 96 and 42. RGB value is (89,150,66). Sum of RGB (Red+Green+Blue) = 89+150+66=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #599642 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599642 is #A669BD. Grayscale: #7A7A7A. Windows color (decimal): -10906046 or 4363865. OLE color: 4363865.
HSL color Cylindrical-coordinate representation of color #599642: hue angle of 103.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #599642 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 150 | 66 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.41 |
| HSL | 103.57º | 0.39% | 0.42% | - |
| HSV(B) | 103.57º | 0.56% | 0.59% | - |
| XYZ | 16.01 | 24.33 | 9.01 | - |
| YUV | 122.19 | 96.29 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 150 | 66 | 0.41 | 0 | 0.56 | 0.41 | 103.57 | 0.39 | 0.42 |
| Hex | 59 | 96 | 42 | 29 | 0 | 38 | 29 | 68 | 27 | 2A |
| Octal | 131 | 226 | 102 | 51 | 0 | 70 | 51 | 150 | 47 | 52 |
| Binary | 1011001 | 10010110 | 1000010 | 101001 | 0 | 111000 | 101001 | 1101000 | 100111 | 101010 |
Color Harmonies of #599642
Complementary color
Monochromatic Colors of #599642
Black with #599642
Text Example
Text Example
White with #599642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599642; }
p { color: rgb(89,150,66); }
H1.HeaderClassName
{
color: #599642;
}
.AnyTagClassName
{
color: #599642;
}
</style>
background-color css
<style>
a { background-color: #599642; }
a { background-color: rgb(89,150,66); }
div.DivClassName
{
background-color: #599642;
}
.BgClassName
{
background-color: #599642;
}
</style>
border-color css
<style>
span { border-color: #599642; }
span { border-color: rgb(89,150,66); }
td.TdClassName
{
border-color: #599642;
}
.TagClassName
{
border-color: #599642;
}
</style>