Shades of Dark Olive Green #586E2D
Tints of Dark Olive Green #586E2D
RGB
CMYK
RGB Variations
Color information
#586E2D (or 0x586E2D) is known color: Dark Olive Green. HEX triplet: 58, 6E and 2D. RGB value is (88,110,45). Sum of RGB (Red+Green+Blue) = 88+110+45=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 110 - color contains mainly: green. Hex color #586E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586E2D is #A791D2. Grayscale: #606060. Windows color (decimal): -10981843 or 2977368. OLE color: 2977368.
HSL color Cylindrical-coordinate representation of color #586E2D: hue angle of 80.31º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #586E2D is Cyan = 0.2, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 110 | 45 | - |
| CMYK | 0.2 | 0 | 0.59 | 0.57 |
| HSL | 80.31º | 0.42% | 0.3% | - |
| HSV(B) | 80.31º | 0.59% | 0.43% | - |
| XYZ | 10.07 | 13.42 | 4.54 | - |
| YUV | 96.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 45 | 0.2 | 0 | 0.59 | 0.57 | 80.31 | 0.42 | 0.3 |
| Hex | 58 | 6E | 2D | 14 | 0 | 3B | 39 | 50 | 2A | 1E |
| Octal | 130 | 156 | 55 | 24 | 0 | 73 | 71 | 120 | 52 | 36 |
| Binary | 1011000 | 1101110 | 101101 | 10100 | 0 | 111011 | 111001 | 1010000 | 101010 | 11110 |
Color Harmonies of #586E2D
Complementary color
Monochromatic Colors of #586E2D
Black with #586E2D
Text Example
Text Example
White with #586E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586E2D; }
p { color: rgb(88,110,45); }
H1.HeaderClassName
{
color: #586E2D;
}
.AnyTagClassName
{
color: #586E2D;
}
</style>
background-color css
<style>
a { background-color: #586E2D; }
a { background-color: rgb(88,110,45); }
div.DivClassName
{
background-color: #586E2D;
}
.BgClassName
{
background-color: #586E2D;
}
</style>
border-color css
<style>
span { border-color: #586E2D; }
span { border-color: rgb(88,110,45); }
td.TdClassName
{
border-color: #586E2D;
}
.TagClassName
{
border-color: #586E2D;
}
</style>