Shades of Dark Olive Green #597133
Tints of Dark Olive Green #597133
RGB
CMYK
RGB Variations
Color information
#597133 (or 0x597133) is known color: Dark Olive Green. HEX triplet: 59, 71 and 33. RGB value is (89,113,51). Sum of RGB (Red+Green+Blue) = 89+113+51=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #597133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #597133 is #A68ECC. Grayscale: #626262. Windows color (decimal): -10915533 or 3371353. OLE color: 3371353.
HSL color Cylindrical-coordinate representation of color #597133: hue angle of 83.23º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #597133 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 113 | 51 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.56 |
| HSL | 83.23º | 0.38% | 0.32% | - |
| HSV(B) | 83.23º | 0.55% | 0.44% | - |
| XYZ | 10.62 | 14.17 | 5.31 | - |
| YUV | 98.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 113 | 51 | 0.21 | 0 | 0.55 | 0.56 | 83.23 | 0.38 | 0.32 |
| Hex | 59 | 71 | 33 | 15 | 0 | 37 | 38 | 53 | 26 | 20 |
| Octal | 131 | 161 | 63 | 25 | 0 | 67 | 70 | 123 | 46 | 40 |
| Binary | 1011001 | 1110001 | 110011 | 10101 | 0 | 110111 | 111000 | 1010011 | 100110 | 100000 |
Color Harmonies of #597133
Complementary color
Monochromatic Colors of #597133
Black with #597133
Text Example
Text Example
White with #597133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597133; }
p { color: rgb(89,113,51); }
H1.HeaderClassName
{
color: #597133;
}
.AnyTagClassName
{
color: #597133;
}
</style>
background-color css
<style>
a { background-color: #597133; }
a { background-color: rgb(89,113,51); }
div.DivClassName
{
background-color: #597133;
}
.BgClassName
{
background-color: #597133;
}
</style>
border-color css
<style>
span { border-color: #597133; }
span { border-color: rgb(89,113,51); }
td.TdClassName
{
border-color: #597133;
}
.TagClassName
{
border-color: #597133;
}
</style>