Shades of Dark Olive Green #586938
Tints of Dark Olive Green #586938
RGB
CMYK
RGB Variations
Color information
#586938 (or 0x586938) is known color: Dark Olive Green. HEX triplet: 58, 69 and 38. RGB value is (88,105,56). Sum of RGB (Red+Green+Blue) = 88+105+56=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #586938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586938 is #A796C7. Grayscale: #5E5E5E. Windows color (decimal): -10983112 or 3696984. OLE color: 3696984.
HSL color Cylindrical-coordinate representation of color #586938: hue angle of 80.82º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #586938 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 105 | 56 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.59 |
| HSL | 80.82º | 0.3% | 0.32% | - |
| HSV(B) | 80.82º | 0.47% | 0.41% | - |
| XYZ | 9.79 | 12.46 | 5.63 | - |
| YUV | 94.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 105 | 56 | 0.16 | 0 | 0.47 | 0.59 | 80.82 | 0.3 | 0.32 |
| Hex | 58 | 69 | 38 | 10 | 0 | 2F | 3B | 51 | 1E | 20 |
| Octal | 130 | 151 | 70 | 20 | 0 | 57 | 73 | 121 | 36 | 40 |
| Binary | 1011000 | 1101001 | 111000 | 10000 | 0 | 101111 | 111011 | 1010001 | 11110 | 100000 |
Color Harmonies of #586938
Complementary color
Monochromatic Colors of #586938
Black with #586938
Text Example
Text Example
White with #586938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586938; }
p { color: rgb(88,105,56); }
H1.HeaderClassName
{
color: #586938;
}
.AnyTagClassName
{
color: #586938;
}
</style>
background-color css
<style>
a { background-color: #586938; }
a { background-color: rgb(88,105,56); }
div.DivClassName
{
background-color: #586938;
}
.BgClassName
{
background-color: #586938;
}
</style>
border-color css
<style>
span { border-color: #586938; }
span { border-color: rgb(88,105,56); }
td.TdClassName
{
border-color: #586938;
}
.TagClassName
{
border-color: #586938;
}
</style>