Shades of Dark Olive Green #597335
Tints of Dark Olive Green #597335
RGB
CMYK
RGB Variations
Color information
#597335 (or 0x597335) is known color: Dark Olive Green. HEX triplet: 59, 73 and 35. RGB value is (89,115,53). Sum of RGB (Red+Green+Blue) = 89+115+53=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #597335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #597335 is #A68CCA. Grayscale: #646464. Windows color (decimal): -10915019 or 3502937. OLE color: 3502937.
HSL color Cylindrical-coordinate representation of color #597335: hue angle of 85.16º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #597335 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 115 | 53 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.55 |
| HSL | 85.16º | 0.37% | 0.33% | - |
| HSV(B) | 85.16º | 0.54% | 0.45% | - |
| XYZ | 10.89 | 14.64 | 5.62 | - |
| YUV | 100.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 53 | 0.23 | 0 | 0.54 | 0.55 | 85.16 | 0.37 | 0.33 |
| Hex | 59 | 73 | 35 | 17 | 0 | 36 | 37 | 55 | 25 | 21 |
| Octal | 131 | 163 | 65 | 27 | 0 | 66 | 67 | 125 | 45 | 41 |
| Binary | 1011001 | 1110011 | 110101 | 10111 | 0 | 110110 | 110111 | 1010101 | 100101 | 100001 |
Color Harmonies of #597335
Complementary color
Monochromatic Colors of #597335
Black with #597335
Text Example
Text Example
White with #597335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597335; }
p { color: rgb(89,115,53); }
H1.HeaderClassName
{
color: #597335;
}
.AnyTagClassName
{
color: #597335;
}
</style>
background-color css
<style>
a { background-color: #597335; }
a { background-color: rgb(89,115,53); }
div.DivClassName
{
background-color: #597335;
}
.BgClassName
{
background-color: #597335;
}
</style>
border-color css
<style>
span { border-color: #597335; }
span { border-color: rgb(89,115,53); }
td.TdClassName
{
border-color: #597335;
}
.TagClassName
{
border-color: #597335;
}
</style>