Shades of Dark Olive Green #58722F
Tints of Dark Olive Green #58722F
RGB
CMYK
RGB Variations
Color information
#58722F (or 0x58722F) is known color: Dark Olive Green. HEX triplet: 58, 72 and 2F. RGB value is (88,114,47). Sum of RGB (Red+Green+Blue) = 88+114+47=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #58722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58722F is #A78DD0. Grayscale: #626262. Windows color (decimal): -10980817 or 3109464. OLE color: 3109464.
HSL color Cylindrical-coordinate representation of color #58722F: hue angle of 83.28º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58722F is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 114 | 47 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.55 |
| HSL | 83.28º | 0.42% | 0.32% | - |
| HSV(B) | 83.28º | 0.59% | 0.45% | - |
| XYZ | 10.55 | 14.31 | 4.9 | - |
| YUV | 98.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 114 | 47 | 0.23 | 0 | 0.59 | 0.55 | 83.28 | 0.42 | 0.32 |
| Hex | 58 | 72 | 2F | 17 | 0 | 3B | 37 | 53 | 2A | 20 |
| Octal | 130 | 162 | 57 | 27 | 0 | 73 | 67 | 123 | 52 | 40 |
| Binary | 1011000 | 1110010 | 101111 | 10111 | 0 | 111011 | 110111 | 1010011 | 101010 | 100000 |
Color Harmonies of #58722F
Complementary color
Monochromatic Colors of #58722F
Black with #58722F
Text Example
Text Example
White with #58722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58722F; }
p { color: rgb(88,114,47); }
H1.HeaderClassName
{
color: #58722F;
}
.AnyTagClassName
{
color: #58722F;
}
</style>
background-color css
<style>
a { background-color: #58722F; }
a { background-color: rgb(88,114,47); }
div.DivClassName
{
background-color: #58722F;
}
.BgClassName
{
background-color: #58722F;
}
</style>
border-color css
<style>
span { border-color: #58722F; }
span { border-color: rgb(88,114,47); }
td.TdClassName
{
border-color: #58722F;
}
.TagClassName
{
border-color: #58722F;
}
</style>