Shades of Glade Green #599941
Tints of Glade Green #599941
RGB
CMYK
RGB Variations
Color information
#599941 (or 0x599941) is known color: Glade Green. HEX triplet: 59, 99 and 41. RGB value is (89,153,65). Sum of RGB (Red+Green+Blue) = 89+153+65=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #599941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599941 is #A666BE. Grayscale: #7C7C7C. Windows color (decimal): -10905279 or 4299097. OLE color: 4299097.
HSL color Cylindrical-coordinate representation of color #599941: hue angle of 103.64º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #599941 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 153 | 65 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.4 |
| HSL | 103.64º | 0.4% | 0.43% | - |
| HSV(B) | 103.64º | 0.58% | 0.6% | - |
| XYZ | 16.47 | 25.29 | 9.01 | - |
| YUV | 123.83 | 94.8 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 153 | 65 | 0.42 | 0 | 0.58 | 0.4 | 103.64 | 0.4 | 0.43 |
| Hex | 59 | 99 | 41 | 2A | 0 | 3A | 28 | 68 | 28 | 2B |
| Octal | 131 | 231 | 101 | 52 | 0 | 72 | 50 | 150 | 50 | 53 |
| Binary | 1011001 | 10011001 | 1000001 | 101010 | 0 | 111010 | 101000 | 1101000 | 101000 | 101011 |
Color Harmonies of #599941
Complementary color
Monochromatic Colors of #599941
Black with #599941
Text Example
Text Example
White with #599941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599941; }
p { color: rgb(89,153,65); }
H1.HeaderClassName
{
color: #599941;
}
.AnyTagClassName
{
color: #599941;
}
</style>
background-color css
<style>
a { background-color: #599941; }
a { background-color: rgb(89,153,65); }
div.DivClassName
{
background-color: #599941;
}
.BgClassName
{
background-color: #599941;
}
</style>
border-color css
<style>
span { border-color: #599941; }
span { border-color: rgb(89,153,65); }
td.TdClassName
{
border-color: #599941;
}
.TagClassName
{
border-color: #599941;
}
</style>