Shades of Dark Olive Green #586D2A
Tints of Dark Olive Green #586D2A
RGB
CMYK
RGB Variations
Color information
#586D2A (or 0x586D2A) is known color: Dark Olive Green. HEX triplet: 58, 6D and 2A. RGB value is (88,109,42). Sum of RGB (Red+Green+Blue) = 88+109+42=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 109 - color contains mainly: green. Hex color #586D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586D2A is #A792D5. Grayscale: #5F5F5F. Windows color (decimal): -10982102 or 2780504. OLE color: 2780504.
HSL color Cylindrical-coordinate representation of color #586D2A: hue angle of 78.81º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #586D2A is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 109 | 42 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.57 |
| HSL | 78.81º | 0.44% | 0.3% | - |
| HSV(B) | 78.81º | 0.61% | 0.43% | - |
| XYZ | 9.91 | 13.18 | 4.21 | - |
| YUV | 95.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 42 | 0.19 | 0 | 0.61 | 0.57 | 78.81 | 0.44 | 0.3 |
| Hex | 58 | 6D | 2A | 13 | 0 | 3D | 39 | 4F | 2C | 1E |
| Octal | 130 | 155 | 52 | 23 | 0 | 75 | 71 | 117 | 54 | 36 |
| Binary | 1011000 | 1101101 | 101010 | 10011 | 0 | 111101 | 111001 | 1001111 | 101100 | 11110 |
Color Harmonies of #586D2A
Complementary color
Monochromatic Colors of #586D2A
Black with #586D2A
Text Example
Text Example
White with #586D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586D2A; }
p { color: rgb(88,109,42); }
H1.HeaderClassName
{
color: #586D2A;
}
.AnyTagClassName
{
color: #586D2A;
}
</style>
background-color css
<style>
a { background-color: #586D2A; }
a { background-color: rgb(88,109,42); }
div.DivClassName
{
background-color: #586D2A;
}
.BgClassName
{
background-color: #586D2A;
}
</style>
border-color css
<style>
span { border-color: #586D2A; }
span { border-color: rgb(88,109,42); }
td.TdClassName
{
border-color: #586D2A;
}
.TagClassName
{
border-color: #586D2A;
}
</style>