Shades of Dark Olive Green #556E2D
Tints of Dark Olive Green #556E2D
RGB
CMYK
RGB Variations
Color information
#556E2D (or 0x556E2D) is known color: Dark Olive Green. HEX triplet: 55, 6E and 2D. RGB value is (85,110,45). Sum of RGB (Red+Green+Blue) = 85+110+45=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #556E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556E2D is #AA91D2. Grayscale: #5F5F5F. Windows color (decimal): -11178451 or 2977365. OLE color: 2977365.
HSL color Cylindrical-coordinate representation of color #556E2D: hue angle of 83.08º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #556E2D is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 110 | 45 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.57 |
| HSL | 83.08º | 0.42% | 0.3% | - |
| HSV(B) | 83.08º | 0.59% | 0.43% | - |
| XYZ | 9.8 | 13.27 | 4.53 | - |
| YUV | 95.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 45 | 0.23 | 0 | 0.59 | 0.57 | 83.08 | 0.42 | 0.3 |
| Hex | 55 | 6E | 2D | 17 | 0 | 3B | 39 | 53 | 2A | 1E |
| Octal | 125 | 156 | 55 | 27 | 0 | 73 | 71 | 123 | 52 | 36 |
| Binary | 1010101 | 1101110 | 101101 | 10111 | 0 | 111011 | 111001 | 1010011 | 101010 | 11110 |
Color Harmonies of #556E2D
Complementary color
Monochromatic Colors of #556E2D
Black with #556E2D
Text Example
Text Example
White with #556E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E2D; }
p { color: rgb(85,110,45); }
H1.HeaderClassName
{
color: #556E2D;
}
.AnyTagClassName
{
color: #556E2D;
}
</style>
background-color css
<style>
a { background-color: #556E2D; }
a { background-color: rgb(85,110,45); }
div.DivClassName
{
background-color: #556E2D;
}
.BgClassName
{
background-color: #556E2D;
}
</style>
border-color css
<style>
span { border-color: #556E2D; }
span { border-color: rgb(85,110,45); }
td.TdClassName
{
border-color: #556E2D;
}
.TagClassName
{
border-color: #556E2D;
}
</style>