Shades of Dark Olive Green #586D38
Tints of Dark Olive Green #586D38
RGB
CMYK
RGB Variations
Color information
#586D38 (or 0x586D38) is known color: Dark Olive Green. HEX triplet: 58, 6D and 38. RGB value is (88,109,56). Sum of RGB (Red+Green+Blue) = 88+109+56=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 109 - color contains mainly: green. Hex color #586D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586D38 is #A792C7. Grayscale: #606060. Windows color (decimal): -10982088 or 3698008. OLE color: 3698008.
HSL color Cylindrical-coordinate representation of color #586D38: hue angle of 83.77º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #586D38 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 109 | 56 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.57 |
| HSL | 83.77º | 0.32% | 0.32% | - |
| HSV(B) | 83.77º | 0.49% | 0.43% | - |
| XYZ | 10.21 | 13.3 | 5.77 | - |
| YUV | 96.68 | 105.04 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 56 | 0.19 | 0 | 0.49 | 0.57 | 83.77 | 0.32 | 0.32 |
| Hex | 58 | 6D | 38 | 13 | 0 | 31 | 39 | 54 | 20 | 20 |
| Octal | 130 | 155 | 70 | 23 | 0 | 61 | 71 | 124 | 40 | 40 |
| Binary | 1011000 | 1101101 | 111000 | 10011 | 0 | 110001 | 111001 | 1010100 | 100000 | 100000 |
Color Harmonies of #586D38
Complementary color
Monochromatic Colors of #586D38
Black with #586D38
Text Example
Text Example
White with #586D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586D38; }
p { color: rgb(88,109,56); }
H1.HeaderClassName
{
color: #586D38;
}
.AnyTagClassName
{
color: #586D38;
}
</style>
background-color css
<style>
a { background-color: #586D38; }
a { background-color: rgb(88,109,56); }
div.DivClassName
{
background-color: #586D38;
}
.BgClassName
{
background-color: #586D38;
}
</style>
border-color css
<style>
span { border-color: #586D38; }
span { border-color: rgb(88,109,56); }
td.TdClassName
{
border-color: #586D38;
}
.TagClassName
{
border-color: #586D38;
}
</style>