Shades of Dark Olive Green #556826
Tints of Dark Olive Green #556826
RGB
CMYK
RGB Variations
Color information
#556826 (or 0x556826) is known color: Dark Olive Green. HEX triplet: 55, 68 and 26. RGB value is (85,104,38). Sum of RGB (Red+Green+Blue) = 85+104+38=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #556826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556826 is #AA97D9. Grayscale: #5B5B5B. Windows color (decimal): -11179994 or 2517077. OLE color: 2517077.
HSL color Cylindrical-coordinate representation of color #556826: hue angle of 77.27º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #556826 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 104 | 38 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.59 |
| HSL | 77.27º | 0.46% | 0.28% | - |
| HSV(B) | 77.27º | 0.63% | 0.41% | - |
| XYZ | 9.05 | 11.97 | 3.67 | - |
| YUV | 90.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 38 | 0.18 | 0 | 0.63 | 0.59 | 77.27 | 0.46 | 0.28 |
| Hex | 55 | 68 | 26 | 12 | 0 | 3F | 3B | 4D | 2E | 1C |
| Octal | 125 | 150 | 46 | 22 | 0 | 77 | 73 | 115 | 56 | 34 |
| Binary | 1010101 | 1101000 | 100110 | 10010 | 0 | 111111 | 111011 | 1001101 | 101110 | 11100 |
Color Harmonies of #556826
Complementary color
Monochromatic Colors of #556826
Black with #556826
Text Example
Text Example
White with #556826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556826; }
p { color: rgb(85,104,38); }
H1.HeaderClassName
{
color: #556826;
}
.AnyTagClassName
{
color: #556826;
}
</style>
background-color css
<style>
a { background-color: #556826; }
a { background-color: rgb(85,104,38); }
div.DivClassName
{
background-color: #556826;
}
.BgClassName
{
background-color: #556826;
}
</style>
border-color css
<style>
span { border-color: #556826; }
span { border-color: rgb(85,104,38); }
td.TdClassName
{
border-color: #556826;
}
.TagClassName
{
border-color: #556826;
}
</style>