Shades of Dark Olive Green #556239
Tints of Dark Olive Green #556239
RGB
CMYK
RGB Variations
Color information
#556239 (or 0x556239) is known color: Dark Olive Green. HEX triplet: 55, 62 and 39. RGB value is (85,98,57). Sum of RGB (Red+Green+Blue) = 85+98+57=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #556239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556239 is #AA9DC6. Grayscale: #595959. Windows color (decimal): -11181511 or 3760725. OLE color: 3760725.
HSL color Cylindrical-coordinate representation of color #556239: hue angle of 79.02º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #556239 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 98 | 57 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.62 |
| HSL | 79.02º | 0.26% | 0.3% | - |
| HSV(B) | 79.02º | 0.42% | 0.38% | - |
| XYZ | 8.85 | 10.96 | 5.52 | - |
| YUV | 89.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 57 | 0.13 | 0 | 0.42 | 0.62 | 79.02 | 0.26 | 0.3 |
| Hex | 55 | 62 | 39 | D | 0 | 2A | 3E | 4F | 1A | 1E |
| Octal | 125 | 142 | 71 | 15 | 0 | 52 | 76 | 117 | 32 | 36 |
| Binary | 1010101 | 1100010 | 111001 | 1101 | 0 | 101010 | 111110 | 1001111 | 11010 | 11110 |
Color Harmonies of #556239
Complementary color
Monochromatic Colors of #556239
Black with #556239
Text Example
Text Example
White with #556239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556239; }
p { color: rgb(85,98,57); }
H1.HeaderClassName
{
color: #556239;
}
.AnyTagClassName
{
color: #556239;
}
</style>
background-color css
<style>
a { background-color: #556239; }
a { background-color: rgb(85,98,57); }
div.DivClassName
{
background-color: #556239;
}
.BgClassName
{
background-color: #556239;
}
</style>
border-color css
<style>
span { border-color: #556239; }
span { border-color: rgb(85,98,57); }
td.TdClassName
{
border-color: #556239;
}
.TagClassName
{
border-color: #556239;
}
</style>