Shades of Dark Olive Green #59742B
Tints of Dark Olive Green #59742B
RGB
CMYK
RGB Variations
Color information
#59742B (or 0x59742B) is known color: Dark Olive Green. HEX triplet: 59, 74 and 2B. RGB value is (89,116,43). Sum of RGB (Red+Green+Blue) = 89+116+43=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #59742B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59742B is #A68BD4. Grayscale: #636363. Windows color (decimal): -10914773 or 2847833. OLE color: 2847833.
HSL color Cylindrical-coordinate representation of color #59742B: hue angle of 82.19º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59742B is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 116 | 43 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.55 |
| HSL | 82.19º | 0.46% | 0.31% | - |
| HSV(B) | 82.19º | 0.63% | 0.45% | - |
| XYZ | 10.8 | 14.79 | 4.57 | - |
| YUV | 99.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 116 | 43 | 0.23 | 0 | 0.63 | 0.55 | 82.19 | 0.46 | 0.31 |
| Hex | 59 | 74 | 2B | 17 | 0 | 3F | 37 | 52 | 2E | 1F |
| Octal | 131 | 164 | 53 | 27 | 0 | 77 | 67 | 122 | 56 | 37 |
| Binary | 1011001 | 1110100 | 101011 | 10111 | 0 | 111111 | 110111 | 1010010 | 101110 | 11111 |
Color Harmonies of #59742B
Complementary color
Monochromatic Colors of #59742B
Black with #59742B
Text Example
Text Example
White with #59742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59742B; }
p { color: rgb(89,116,43); }
H1.HeaderClassName
{
color: #59742B;
}
.AnyTagClassName
{
color: #59742B;
}
</style>
background-color css
<style>
a { background-color: #59742B; }
a { background-color: rgb(89,116,43); }
div.DivClassName
{
background-color: #59742B;
}
.BgClassName
{
background-color: #59742B;
}
</style>
border-color css
<style>
span { border-color: #59742B; }
span { border-color: rgb(89,116,43); }
td.TdClassName
{
border-color: #59742B;
}
.TagClassName
{
border-color: #59742B;
}
</style>