Shades of Dark Olive Green #596532
Tints of Dark Olive Green #596532
RGB
CMYK
RGB Variations
Color information
#596532 (or 0x596532) is known color: Dark Olive Green. HEX triplet: 59, 65 and 32. RGB value is (89,101,50). Sum of RGB (Red+Green+Blue) = 89+101+50=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #596532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596532 is #A69ACD. Grayscale: #5B5B5B. Windows color (decimal): -10918606 or 3302745. OLE color: 3302745.
HSL color Cylindrical-coordinate representation of color #596532: hue angle of 74.12º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #596532 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 101 | 50 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.60 |
| HSL | 74.12º | 0.34% | 0.3% | - |
| HSV(B) | 74.12º | 0.5% | 0.4% | - |
| XYZ | 9.35 | 11.66 | 4.78 | - |
| YUV | 91.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 50 | 0.12 | 0 | 0.50 | 0.60 | 74.12 | 0.34 | 0.3 |
| Hex | 59 | 65 | 32 | C | 0 | 32 | 3C | 4A | 22 | 1E |
| Octal | 131 | 145 | 62 | 14 | 0 | 62 | 74 | 112 | 42 | 36 |
| Binary | 1011001 | 1100101 | 110010 | 1100 | 0 | 110010 | 111100 | 1001010 | 100010 | 11110 |
Color Harmonies of #596532
Complementary color
Monochromatic Colors of #596532
Black with #596532
Text Example
Text Example
White with #596532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596532; }
p { color: rgb(89,101,50); }
H1.HeaderClassName
{
color: #596532;
}
.AnyTagClassName
{
color: #596532;
}
</style>
background-color css
<style>
a { background-color: #596532; }
a { background-color: rgb(89,101,50); }
div.DivClassName
{
background-color: #596532;
}
.BgClassName
{
background-color: #596532;
}
</style>
border-color css
<style>
span { border-color: #596532; }
span { border-color: rgb(89,101,50); }
td.TdClassName
{
border-color: #596532;
}
.TagClassName
{
border-color: #596532;
}
</style>