Shades of Dark Olive Green #59732E
Tints of Dark Olive Green #59732E
RGB
CMYK
RGB Variations
Color information
#59732E (or 0x59732E) is known color: Dark Olive Green. HEX triplet: 59, 73 and 2E. RGB value is (89,115,46). Sum of RGB (Red+Green+Blue) = 89+115+46=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #59732E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59732E is #A68CD1. Grayscale: #636363. Windows color (decimal): -10915026 or 3044185. OLE color: 3044185.
HSL color Cylindrical-coordinate representation of color #59732E: hue angle of 82.61º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59732E is Cyan = 0.23, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 115 | 46 | - |
| CMYK | 0.23 | 0 | 0.6 | 0.55 |
| HSL | 82.61º | 0.43% | 0.32% | - |
| HSV(B) | 82.61º | 0.6% | 0.45% | - |
| XYZ | 10.74 | 14.58 | 4.83 | - |
| YUV | 99.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 46 | 0.23 | 0 | 0.6 | 0.55 | 82.61 | 0.43 | 0.32 |
| Hex | 59 | 73 | 2E | 17 | 0 | 3C | 37 | 53 | 2B | 20 |
| Octal | 131 | 163 | 56 | 27 | 0 | 74 | 67 | 123 | 53 | 40 |
| Binary | 1011001 | 1110011 | 101110 | 10111 | 0 | 111100 | 110111 | 1010011 | 101011 | 100000 |
Color Harmonies of #59732E
Complementary color
Monochromatic Colors of #59732E
Black with #59732E
Text Example
Text Example
White with #59732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59732E; }
p { color: rgb(89,115,46); }
H1.HeaderClassName
{
color: #59732E;
}
.AnyTagClassName
{
color: #59732E;
}
</style>
background-color css
<style>
a { background-color: #59732E; }
a { background-color: rgb(89,115,46); }
div.DivClassName
{
background-color: #59732E;
}
.BgClassName
{
background-color: #59732E;
}
</style>
border-color css
<style>
span { border-color: #59732E; }
span { border-color: rgb(89,115,46); }
td.TdClassName
{
border-color: #59732E;
}
.TagClassName
{
border-color: #59732E;
}
</style>