Shades of Dark Olive Green #556531
Tints of Dark Olive Green #556531
RGB
CMYK
RGB Variations
Color information
#556531 (or 0x556531) is known color: Dark Olive Green. HEX triplet: 55, 65 and 31. RGB value is (85,101,49). Sum of RGB (Red+Green+Blue) = 85+101+49=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 101 - color contains mainly: green. Hex color #556531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556531 is #AA9ACE. Grayscale: #5A5A5A. Windows color (decimal): -11180751 or 3237205. OLE color: 3237205.
HSL color Cylindrical-coordinate representation of color #556531: hue angle of 78.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #556531 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 49 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.60 |
| HSL | 78.46º | 0.35% | 0.29% | - |
| HSV(B) | 78.46º | 0.51% | 0.4% | - |
| XYZ | 8.95 | 11.46 | 4.65 | - |
| YUV | 90.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 49 | 0.16 | 0 | 0.51 | 0.60 | 78.46 | 0.35 | 0.29 |
| Hex | 55 | 65 | 31 | 10 | 0 | 33 | 3C | 4E | 23 | 1D |
| Octal | 125 | 145 | 61 | 20 | 0 | 63 | 74 | 116 | 43 | 35 |
| Binary | 1010101 | 1100101 | 110001 | 10000 | 0 | 110011 | 111100 | 1001110 | 100011 | 11101 |
Color Harmonies of #556531
Complementary color
Monochromatic Colors of #556531
Black with #556531
Text Example
Text Example
White with #556531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556531; }
p { color: rgb(85,101,49); }
H1.HeaderClassName
{
color: #556531;
}
.AnyTagClassName
{
color: #556531;
}
</style>
background-color css
<style>
a { background-color: #556531; }
a { background-color: rgb(85,101,49); }
div.DivClassName
{
background-color: #556531;
}
.BgClassName
{
background-color: #556531;
}
</style>
border-color css
<style>
span { border-color: #556531; }
span { border-color: rgb(85,101,49); }
td.TdClassName
{
border-color: #556531;
}
.TagClassName
{
border-color: #556531;
}
</style>