Shades of Glade Green #599241
Tints of Glade Green #599241
RGB
CMYK
RGB Variations
Color information
#599241 (or 0x599241) is known color: Glade Green. HEX triplet: 59, 92 and 41. RGB value is (89,146,65). Sum of RGB (Red+Green+Blue) = 89+146+65=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #599241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599241 is #A66DBE. Grayscale: #777777. Windows color (decimal): -10907071 or 4297305. OLE color: 4297305.
HSL color Cylindrical-coordinate representation of color #599241: hue angle of 102.22º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #599241 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 146 | 65 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.43 |
| HSL | 102.22º | 0.38% | 0.41% | - |
| HSV(B) | 102.22º | 0.55% | 0.57% | - |
| XYZ | 15.35 | 23.06 | 8.64 | - |
| YUV | 119.72 | 97.12 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 65 | 0.39 | 0 | 0.55 | 0.43 | 102.22 | 0.38 | 0.41 |
| Hex | 59 | 92 | 41 | 27 | 0 | 37 | 2B | 66 | 26 | 29 |
| Octal | 131 | 222 | 101 | 47 | 0 | 67 | 53 | 146 | 46 | 51 |
| Binary | 1011001 | 10010010 | 1000001 | 100111 | 0 | 110111 | 101011 | 1100110 | 100110 | 101001 |
Color Harmonies of #599241
Complementary color
Monochromatic Colors of #599241
Black with #599241
Text Example
Text Example
White with #599241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599241; }
p { color: rgb(89,146,65); }
H1.HeaderClassName
{
color: #599241;
}
.AnyTagClassName
{
color: #599241;
}
</style>
background-color css
<style>
a { background-color: #599241; }
a { background-color: rgb(89,146,65); }
div.DivClassName
{
background-color: #599241;
}
.BgClassName
{
background-color: #599241;
}
</style>
border-color css
<style>
span { border-color: #599241; }
span { border-color: rgb(89,146,65); }
td.TdClassName
{
border-color: #599241;
}
.TagClassName
{
border-color: #599241;
}
</style>