Shades of Dark Olive Green #597035
Tints of Dark Olive Green #597035
RGB
CMYK
RGB Variations
Color information
#597035 (or 0x597035) is known color: Dark Olive Green. HEX triplet: 59, 70 and 35. RGB value is (89,112,53). Sum of RGB (Red+Green+Blue) = 89+112+53=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #597035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #597035 is #A68FCA. Grayscale: #626262. Windows color (decimal): -10915787 or 3502169. OLE color: 3502169.
HSL color Cylindrical-coordinate representation of color #597035: hue angle of 83.39º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #597035 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 112 | 53 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.56 |
| HSL | 83.39º | 0.36% | 0.32% | - |
| HSV(B) | 83.39º | 0.53% | 0.44% | - |
| XYZ | 10.56 | 13.97 | 5.51 | - |
| YUV | 98.4 | 102.38 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 112 | 53 | 0.21 | 0 | 0.53 | 0.56 | 83.39 | 0.36 | 0.32 |
| Hex | 59 | 70 | 35 | 15 | 0 | 35 | 38 | 53 | 24 | 20 |
| Octal | 131 | 160 | 65 | 25 | 0 | 65 | 70 | 123 | 44 | 40 |
| Binary | 1011001 | 1110000 | 110101 | 10101 | 0 | 110101 | 111000 | 1010011 | 100100 | 100000 |
Color Harmonies of #597035
Complementary color
Monochromatic Colors of #597035
Black with #597035
Text Example
Text Example
White with #597035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597035; }
p { color: rgb(89,112,53); }
H1.HeaderClassName
{
color: #597035;
}
.AnyTagClassName
{
color: #597035;
}
</style>
background-color css
<style>
a { background-color: #597035; }
a { background-color: rgb(89,112,53); }
div.DivClassName
{
background-color: #597035;
}
.BgClassName
{
background-color: #597035;
}
</style>
border-color css
<style>
span { border-color: #597035; }
span { border-color: rgb(89,112,53); }
td.TdClassName
{
border-color: #597035;
}
.TagClassName
{
border-color: #597035;
}
</style>