Shades of Dark Olive Green #597533
Tints of Dark Olive Green #597533
RGB
CMYK
RGB Variations
Color information
#597533 (or 0x597533) is known color: Dark Olive Green. HEX triplet: 59, 75 and 33. RGB value is (89,117,51). Sum of RGB (Red+Green+Blue) = 89+117+51=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #597533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #597533 is #A68ACC. Grayscale: #656565. Windows color (decimal): -10914509 or 3372377. OLE color: 3372377.
HSL color Cylindrical-coordinate representation of color #597533: hue angle of 85.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #597533 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 117 | 51 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.54 |
| HSL | 85.45º | 0.39% | 0.33% | - |
| HSV(B) | 85.45º | 0.56% | 0.46% | - |
| XYZ | 11.08 | 15.09 | 5.46 | - |
| YUV | 101.1 | 99.72 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 117 | 51 | 0.24 | 0 | 0.56 | 0.54 | 85.45 | 0.39 | 0.33 |
| Hex | 59 | 75 | 33 | 18 | 0 | 38 | 36 | 55 | 27 | 21 |
| Octal | 131 | 165 | 63 | 30 | 0 | 70 | 66 | 125 | 47 | 41 |
| Binary | 1011001 | 1110101 | 110011 | 11000 | 0 | 111000 | 110110 | 1010101 | 100111 | 100001 |
Color Harmonies of #597533
Complementary color
Monochromatic Colors of #597533
Black with #597533
Text Example
Text Example
White with #597533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597533; }
p { color: rgb(89,117,51); }
H1.HeaderClassName
{
color: #597533;
}
.AnyTagClassName
{
color: #597533;
}
</style>
background-color css
<style>
a { background-color: #597533; }
a { background-color: rgb(89,117,51); }
div.DivClassName
{
background-color: #597533;
}
.BgClassName
{
background-color: #597533;
}
</style>
border-color css
<style>
span { border-color: #597533; }
span { border-color: rgb(89,117,51); }
td.TdClassName
{
border-color: #597533;
}
.TagClassName
{
border-color: #597533;
}
</style>