Shades of Dark Olive Green #597632
Tints of Dark Olive Green #597632
RGB
CMYK
RGB Variations
Color information
#597632 (or 0x597632) is known color: Dark Olive Green. HEX triplet: 59, 76 and 32. RGB value is (89,118,50). Sum of RGB (Red+Green+Blue) = 89+118+50=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #597632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #597632 is #A689CD. Grayscale: #656565. Windows color (decimal): -10914254 or 3307097. OLE color: 3307097.
HSL color Cylindrical-coordinate representation of color #597632: hue angle of 85.59º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #597632 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 118 | 50 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.54 |
| HSL | 85.59º | 0.4% | 0.33% | - |
| HSV(B) | 85.59º | 0.58% | 0.46% | - |
| XYZ | 11.17 | 15.31 | 5.38 | - |
| YUV | 101.58 | 98.89 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 118 | 50 | 0.25 | 0 | 0.58 | 0.54 | 85.59 | 0.4 | 0.33 |
| Hex | 59 | 76 | 32 | 19 | 0 | 3A | 36 | 56 | 28 | 21 |
| Octal | 131 | 166 | 62 | 31 | 0 | 72 | 66 | 126 | 50 | 41 |
| Binary | 1011001 | 1110110 | 110010 | 11001 | 0 | 111010 | 110110 | 1010110 | 101000 | 100001 |
Color Harmonies of #597632
Complementary color
Monochromatic Colors of #597632
Black with #597632
Text Example
Text Example
White with #597632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597632; }
p { color: rgb(89,118,50); }
H1.HeaderClassName
{
color: #597632;
}
.AnyTagClassName
{
color: #597632;
}
</style>
background-color css
<style>
a { background-color: #597632; }
a { background-color: rgb(89,118,50); }
div.DivClassName
{
background-color: #597632;
}
.BgClassName
{
background-color: #597632;
}
</style>
border-color css
<style>
span { border-color: #597632; }
span { border-color: rgb(89,118,50); }
td.TdClassName
{
border-color: #597632;
}
.TagClassName
{
border-color: #597632;
}
</style>