Shades of Dark Olive Green #58742E
Tints of Dark Olive Green #58742E
RGB
CMYK
RGB Variations
Color information
#58742E (or 0x58742E) is known color: Dark Olive Green. HEX triplet: 58, 74 and 2E. RGB value is (88,116,46). Sum of RGB (Red+Green+Blue) = 88+116+46=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #58742E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58742E is #A78BD1. Grayscale: #636363. Windows color (decimal): -10980306 or 3044440. OLE color: 3044440.
HSL color Cylindrical-coordinate representation of color #58742E: hue angle of 84º 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 #58742E is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 116 | 46 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.55 |
| HSL | 84º | 0.43% | 0.32% | - |
| HSV(B) | 84º | 0.6% | 0.45% | - |
| XYZ | 10.76 | 14.76 | 4.87 | - |
| YUV | 99.65 | 97.72 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 116 | 46 | 0.24 | 0 | 0.60 | 0.55 | 84 | 0.43 | 0.32 |
| Hex | 58 | 74 | 2E | 18 | 0 | 3C | 37 | 54 | 2B | 20 |
| Octal | 130 | 164 | 56 | 30 | 0 | 74 | 67 | 124 | 53 | 40 |
| Binary | 1011000 | 1110100 | 101110 | 11000 | 0 | 111100 | 110111 | 1010100 | 101011 | 100000 |
Color Harmonies of #58742E
Complementary color
Monochromatic Colors of #58742E
Black with #58742E
Text Example
Text Example
White with #58742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58742E; }
p { color: rgb(88,116,46); }
H1.HeaderClassName
{
color: #58742E;
}
.AnyTagClassName
{
color: #58742E;
}
</style>
background-color css
<style>
a { background-color: #58742E; }
a { background-color: rgb(88,116,46); }
div.DivClassName
{
background-color: #58742E;
}
.BgClassName
{
background-color: #58742E;
}
</style>
border-color css
<style>
span { border-color: #58742E; }
span { border-color: rgb(88,116,46); }
td.TdClassName
{
border-color: #58742E;
}
.TagClassName
{
border-color: #58742E;
}
</style>