Shades of Dark Olive Green #597331
Tints of Dark Olive Green #597331
RGB
CMYK
RGB Variations
Color information
#597331 (or 0x597331) is known color: Dark Olive Green. HEX triplet: 59, 73 and 31. RGB value is (89,115,49). Sum of RGB (Red+Green+Blue) = 89+115+49=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #597331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #597331 is #A68CCE. Grayscale: #636363. Windows color (decimal): -10915023 or 3240793. OLE color: 3240793.
HSL color Cylindrical-coordinate representation of color #597331: hue angle of 83.64º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #597331 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 115 | 49 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.55 |
| HSL | 83.64º | 0.4% | 0.32% | - |
| HSV(B) | 83.64º | 0.57% | 0.45% | - |
| XYZ | 10.8 | 14.61 | 5.16 | - |
| YUV | 99.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 49 | 0.23 | 0 | 0.57 | 0.55 | 83.64 | 0.4 | 0.32 |
| Hex | 59 | 73 | 31 | 17 | 0 | 39 | 37 | 54 | 28 | 20 |
| Octal | 131 | 163 | 61 | 27 | 0 | 71 | 67 | 124 | 50 | 40 |
| Binary | 1011001 | 1110011 | 110001 | 10111 | 0 | 111001 | 110111 | 1010100 | 101000 | 100000 |
Color Harmonies of #597331
Complementary color
Monochromatic Colors of #597331
Black with #597331
Text Example
Text Example
White with #597331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597331; }
p { color: rgb(89,115,49); }
H1.HeaderClassName
{
color: #597331;
}
.AnyTagClassName
{
color: #597331;
}
</style>
background-color css
<style>
a { background-color: #597331; }
a { background-color: rgb(89,115,49); }
div.DivClassName
{
background-color: #597331;
}
.BgClassName
{
background-color: #597331;
}
</style>
border-color css
<style>
span { border-color: #597331; }
span { border-color: rgb(89,115,49); }
td.TdClassName
{
border-color: #597331;
}
.TagClassName
{
border-color: #597331;
}
</style>