Shades of Dark Olive Green #586B2C
Tints of Dark Olive Green #586B2C
RGB
CMYK
RGB Variations
Color information
#586B2C (or 0x586B2C) is known color: Dark Olive Green. HEX triplet: 58, 6B and 2C. RGB value is (88,107,44). Sum of RGB (Red+Green+Blue) = 88+107+44=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #586B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586B2C is #A794D3. Grayscale: #5E5E5E. Windows color (decimal): -10982612 or 2911064. OLE color: 2911064.
HSL color Cylindrical-coordinate representation of color #586B2C: hue angle of 78.1º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #586B2C is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 107 | 44 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.58 |
| HSL | 78.1º | 0.42% | 0.3% | - |
| HSV(B) | 78.1º | 0.59% | 0.42% | - |
| XYZ | 9.74 | 12.77 | 4.33 | - |
| YUV | 94.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 107 | 44 | 0.18 | 0 | 0.59 | 0.58 | 78.1 | 0.42 | 0.3 |
| Hex | 58 | 6B | 2C | 12 | 0 | 3B | 3A | 4E | 2A | 1E |
| Octal | 130 | 153 | 54 | 22 | 0 | 73 | 72 | 116 | 52 | 36 |
| Binary | 1011000 | 1101011 | 101100 | 10010 | 0 | 111011 | 111010 | 1001110 | 101010 | 11110 |
Color Harmonies of #586B2C
Complementary color
Monochromatic Colors of #586B2C
Black with #586B2C
Text Example
Text Example
White with #586B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586B2C; }
p { color: rgb(88,107,44); }
H1.HeaderClassName
{
color: #586B2C;
}
.AnyTagClassName
{
color: #586B2C;
}
</style>
background-color css
<style>
a { background-color: #586B2C; }
a { background-color: rgb(88,107,44); }
div.DivClassName
{
background-color: #586B2C;
}
.BgClassName
{
background-color: #586B2C;
}
</style>
border-color css
<style>
span { border-color: #586B2C; }
span { border-color: rgb(88,107,44); }
td.TdClassName
{
border-color: #586B2C;
}
.TagClassName
{
border-color: #586B2C;
}
</style>