Shades of Dark Olive Green #586B28
Tints of Dark Olive Green #586B28
RGB
CMYK
RGB Variations
Color information
#586B28 (or 0x586B28) is known color: Dark Olive Green. HEX triplet: 58, 6B and 28. RGB value is (88,107,40). Sum of RGB (Red+Green+Blue) = 88+107+40=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 107 - color contains mainly: green. Hex color #586B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586B28 is #A794D7. Grayscale: #5D5D5D. Windows color (decimal): -10982616 or 2648920. OLE color: 2648920.
HSL color Cylindrical-coordinate representation of color #586B28: hue angle of 77.01º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #586B28 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 107 | 40 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.58 |
| HSL | 77.01º | 0.46% | 0.29% | - |
| HSV(B) | 77.01º | 0.63% | 0.42% | - |
| XYZ | 9.67 | 12.74 | 3.96 | - |
| YUV | 93.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 107 | 40 | 0.18 | 0 | 0.63 | 0.58 | 77.01 | 0.46 | 0.29 |
| Hex | 58 | 6B | 28 | 12 | 0 | 3F | 3A | 4D | 2E | 1D |
| Octal | 130 | 153 | 50 | 22 | 0 | 77 | 72 | 115 | 56 | 35 |
| Binary | 1011000 | 1101011 | 101000 | 10010 | 0 | 111111 | 111010 | 1001101 | 101110 | 11101 |
Color Harmonies of #586B28
Complementary color
Monochromatic Colors of #586B28
Black with #586B28
Text Example
Text Example
White with #586B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586B28; }
p { color: rgb(88,107,40); }
H1.HeaderClassName
{
color: #586B28;
}
.AnyTagClassName
{
color: #586B28;
}
</style>
background-color css
<style>
a { background-color: #586B28; }
a { background-color: rgb(88,107,40); }
div.DivClassName
{
background-color: #586B28;
}
.BgClassName
{
background-color: #586B28;
}
</style>
border-color css
<style>
span { border-color: #586B28; }
span { border-color: rgb(88,107,40); }
td.TdClassName
{
border-color: #586B28;
}
.TagClassName
{
border-color: #586B28;
}
</style>