Shades of Dark Olive Green #596C33
Tints of Dark Olive Green #596C33
RGB
CMYK
RGB Variations
Color information
#596C33 (or 0x596C33) is known color: Dark Olive Green. HEX triplet: 59, 6C and 33. RGB value is (89,108,51). Sum of RGB (Red+Green+Blue) = 89+108+51=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 108 - color contains mainly: green. Hex color #596C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596C33 is #A693CC. Grayscale: #606060. Windows color (decimal): -10916813 or 3370073. OLE color: 3370073.
HSL color Cylindrical-coordinate representation of color #596C33: hue angle of 80º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #596C33 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 108 | 51 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.58 |
| HSL | 80º | 0.36% | 0.31% | - |
| HSV(B) | 80º | 0.53% | 0.42% | - |
| XYZ | 10.08 | 13.09 | 5.13 | - |
| YUV | 95.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 51 | 0.18 | 0 | 0.53 | 0.58 | 80 | 0.36 | 0.31 |
| Hex | 59 | 6C | 33 | 12 | 0 | 35 | 3A | 50 | 24 | 1F |
| Octal | 131 | 154 | 63 | 22 | 0 | 65 | 72 | 120 | 44 | 37 |
| Binary | 1011001 | 1101100 | 110011 | 10010 | 0 | 110101 | 111010 | 1010000 | 100100 | 11111 |
Color Harmonies of #596C33
Complementary color
Monochromatic Colors of #596C33
Black with #596C33
Text Example
Text Example
White with #596C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596C33; }
p { color: rgb(89,108,51); }
H1.HeaderClassName
{
color: #596C33;
}
.AnyTagClassName
{
color: #596C33;
}
</style>
background-color css
<style>
a { background-color: #596C33; }
a { background-color: rgb(89,108,51); }
div.DivClassName
{
background-color: #596C33;
}
.BgClassName
{
background-color: #596C33;
}
</style>
border-color css
<style>
span { border-color: #596C33; }
span { border-color: rgb(89,108,51); }
td.TdClassName
{
border-color: #596C33;
}
.TagClassName
{
border-color: #596C33;
}
</style>