Shades of Dark Olive Green #58662E
Tints of Dark Olive Green #58662E
RGB
CMYK
RGB Variations
Color information
#58662E (or 0x58662E) is known color: Dark Olive Green. HEX triplet: 58, 66 and 2E. RGB value is (88,102,46). Sum of RGB (Red+Green+Blue) = 88+102+46=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #58662E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58662E is #A799D1. Grayscale: #5B5B5B. Windows color (decimal): -10983890 or 3040856. OLE color: 3040856.
HSL color Cylindrical-coordinate representation of color #58662E: hue angle of 75º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58662E is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 102 | 46 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.6 |
| HSL | 75º | 0.38% | 0.29% | - |
| HSV(B) | 75º | 0.55% | 0.4% | - |
| XYZ | 9.27 | 11.77 | 4.37 | - |
| YUV | 91.43 | 102.36 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 46 | 0.14 | 0 | 0.55 | 0.6 | 75 | 0.38 | 0.29 |
| Hex | 58 | 66 | 2E | E | 0 | 37 | 3C | 4B | 26 | 1D |
| Octal | 130 | 146 | 56 | 16 | 0 | 67 | 74 | 113 | 46 | 35 |
| Binary | 1011000 | 1100110 | 101110 | 1110 | 0 | 110111 | 111100 | 1001011 | 100110 | 11101 |
Color Harmonies of #58662E
Complementary color
Monochromatic Colors of #58662E
Black with #58662E
Text Example
Text Example
White with #58662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58662E; }
p { color: rgb(88,102,46); }
H1.HeaderClassName
{
color: #58662E;
}
.AnyTagClassName
{
color: #58662E;
}
</style>
background-color css
<style>
a { background-color: #58662E; }
a { background-color: rgb(88,102,46); }
div.DivClassName
{
background-color: #58662E;
}
.BgClassName
{
background-color: #58662E;
}
</style>
border-color css
<style>
span { border-color: #58662E; }
span { border-color: rgb(88,102,46); }
td.TdClassName
{
border-color: #58662E;
}
.TagClassName
{
border-color: #58662E;
}
</style>