Shades of Dark Olive Green #596E2C
Tints of Dark Olive Green #596E2C
RGB
CMYK
RGB Variations
Color information
#596E2C (or 0x596E2C) is known color: Dark Olive Green. HEX triplet: 59, 6E and 2C. RGB value is (89,110,44). Sum of RGB (Red+Green+Blue) = 89+110+44=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 110 - color contains mainly: green. Hex color #596E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596E2C is #A691D3. Grayscale: #606060. Windows color (decimal): -10916308 or 2911833. OLE color: 2911833.
HSL color Cylindrical-coordinate representation of color #596E2C: hue angle of 79.09º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #596E2C is Cyan = 0.19, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 110 | 44 | - |
| CMYK | 0.19 | 0 | 0.6 | 0.57 |
| HSL | 79.09º | 0.43% | 0.3% | - |
| HSV(B) | 79.09º | 0.6% | 0.43% | - |
| XYZ | 10.15 | 13.46 | 4.45 | - |
| YUV | 96.2 | 98.54 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 110 | 44 | 0.19 | 0 | 0.6 | 0.57 | 79.09 | 0.43 | 0.3 |
| Hex | 59 | 6E | 2C | 13 | 0 | 3C | 39 | 4F | 2B | 1E |
| Octal | 131 | 156 | 54 | 23 | 0 | 74 | 71 | 117 | 53 | 36 |
| Binary | 1011001 | 1101110 | 101100 | 10011 | 0 | 111100 | 111001 | 1001111 | 101011 | 11110 |
Color Harmonies of #596E2C
Complementary color
Monochromatic Colors of #596E2C
Black with #596E2C
Text Example
Text Example
White with #596E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596E2C; }
p { color: rgb(89,110,44); }
H1.HeaderClassName
{
color: #596E2C;
}
.AnyTagClassName
{
color: #596E2C;
}
</style>
background-color css
<style>
a { background-color: #596E2C; }
a { background-color: rgb(89,110,44); }
div.DivClassName
{
background-color: #596E2C;
}
.BgClassName
{
background-color: #596E2C;
}
</style>
border-color css
<style>
span { border-color: #596E2C; }
span { border-color: rgb(89,110,44); }
td.TdClassName
{
border-color: #596E2C;
}
.TagClassName
{
border-color: #596E2C;
}
</style>