Shades of Dark Olive Green #586828
Tints of Dark Olive Green #586828
RGB
CMYK
RGB Variations
Color information
#586828 (or 0x586828) is known color: Dark Olive Green. HEX triplet: 58, 68 and 28. RGB value is (88,104,40). Sum of RGB (Red+Green+Blue) = 88+104+40=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #586828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586828 is #A797D7. Grayscale: #5C5C5C. Windows color (decimal): -10983384 or 2648152. OLE color: 2648152.
HSL color Cylindrical-coordinate representation of color #586828: hue angle of 75º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #586828 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 104 | 40 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.59 |
| HSL | 75º | 0.44% | 0.28% | - |
| HSV(B) | 75º | 0.62% | 0.41% | - |
| XYZ | 9.36 | 12.13 | 3.86 | - |
| YUV | 91.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 104 | 40 | 0.15 | 0 | 0.62 | 0.59 | 75 | 0.44 | 0.28 |
| Hex | 58 | 68 | 28 | F | 0 | 3E | 3B | 4B | 2C | 1C |
| Octal | 130 | 150 | 50 | 17 | 0 | 76 | 73 | 113 | 54 | 34 |
| Binary | 1011000 | 1101000 | 101000 | 1111 | 0 | 111110 | 111011 | 1001011 | 101100 | 11100 |
Color Harmonies of #586828
Complementary color
Monochromatic Colors of #586828
Black with #586828
Text Example
Text Example
White with #586828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586828; }
p { color: rgb(88,104,40); }
H1.HeaderClassName
{
color: #586828;
}
.AnyTagClassName
{
color: #586828;
}
</style>
background-color css
<style>
a { background-color: #586828; }
a { background-color: rgb(88,104,40); }
div.DivClassName
{
background-color: #586828;
}
.BgClassName
{
background-color: #586828;
}
</style>
border-color css
<style>
span { border-color: #586828; }
span { border-color: rgb(88,104,40); }
td.TdClassName
{
border-color: #586828;
}
.TagClassName
{
border-color: #586828;
}
</style>