Shades of Dark Olive Green #586536
Tints of Dark Olive Green #586536
RGB
CMYK
RGB Variations
Color information
#586536 (or 0x586536) is known color: Dark Olive Green. HEX triplet: 58, 65 and 36. RGB value is (88,101,54). Sum of RGB (Red+Green+Blue) = 88+101+54=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #586536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586536 is #A79AC9. Grayscale: #5B5B5B. Windows color (decimal): -10984138 or 3564888. OLE color: 3564888.
HSL color Cylindrical-coordinate representation of color #586536: hue angle of 76.6º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #586536 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 101 | 54 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.60 |
| HSL | 76.6º | 0.3% | 0.3% | - |
| HSV(B) | 76.6º | 0.47% | 0.4% | - |
| XYZ | 9.34 | 11.65 | 5.25 | - |
| YUV | 91.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 54 | 0.13 | 0 | 0.47 | 0.60 | 76.6 | 0.3 | 0.3 |
| Hex | 58 | 65 | 36 | D | 0 | 2F | 3C | 4D | 1E | 1E |
| Octal | 130 | 145 | 66 | 15 | 0 | 57 | 74 | 115 | 36 | 36 |
| Binary | 1011000 | 1100101 | 110110 | 1101 | 0 | 101111 | 111100 | 1001101 | 11110 | 11110 |
Color Harmonies of #586536
Complementary color
Monochromatic Colors of #586536
Black with #586536
Text Example
Text Example
White with #586536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586536; }
p { color: rgb(88,101,54); }
H1.HeaderClassName
{
color: #586536;
}
.AnyTagClassName
{
color: #586536;
}
</style>
background-color css
<style>
a { background-color: #586536; }
a { background-color: rgb(88,101,54); }
div.DivClassName
{
background-color: #586536;
}
.BgClassName
{
background-color: #586536;
}
</style>
border-color css
<style>
span { border-color: #586536; }
span { border-color: rgb(88,101,54); }
td.TdClassName
{
border-color: #586536;
}
.TagClassName
{
border-color: #586536;
}
</style>