Shades of Glade Green #599042
Tints of Glade Green #599042
RGB
CMYK
RGB Variations
Color information
#599042 (or 0x599042) is known color: Glade Green. HEX triplet: 59, 90 and 42. RGB value is (89,144,66). Sum of RGB (Red+Green+Blue) = 89+144+66=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #599042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599042 is #A66FBD. Grayscale: #767676. Windows color (decimal): -10907582 or 4362329. OLE color: 4362329.
HSL color Cylindrical-coordinate representation of color #599042: hue angle of 102.31º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #599042 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 144 | 66 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.44 |
| HSL | 102.31º | 0.37% | 0.41% | - |
| HSV(B) | 102.31º | 0.54% | 0.56% | - |
| XYZ | 15.08 | 22.46 | 8.7 | - |
| YUV | 118.66 | 98.28 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 66 | 0.38 | 0 | 0.54 | 0.44 | 102.31 | 0.37 | 0.41 |
| Hex | 59 | 90 | 42 | 26 | 0 | 36 | 2C | 66 | 25 | 29 |
| Octal | 131 | 220 | 102 | 46 | 0 | 66 | 54 | 146 | 45 | 51 |
| Binary | 1011001 | 10010000 | 1000010 | 100110 | 0 | 110110 | 101100 | 1100110 | 100101 | 101001 |
Color Harmonies of #599042
Complementary color
Monochromatic Colors of #599042
Black with #599042
Text Example
Text Example
White with #599042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599042; }
p { color: rgb(89,144,66); }
H1.HeaderClassName
{
color: #599042;
}
.AnyTagClassName
{
color: #599042;
}
</style>
background-color css
<style>
a { background-color: #599042; }
a { background-color: rgb(89,144,66); }
div.DivClassName
{
background-color: #599042;
}
.BgClassName
{
background-color: #599042;
}
</style>
border-color css
<style>
span { border-color: #599042; }
span { border-color: rgb(89,144,66); }
td.TdClassName
{
border-color: #599042;
}
.TagClassName
{
border-color: #599042;
}
</style>