Shades of Dark Olive Green #556836
Tints of Dark Olive Green #556836
RGB
CMYK
RGB Variations
Color information
#556836 (or 0x556836) is known color: Dark Olive Green. HEX triplet: 55, 68 and 36. RGB value is (85,104,54). Sum of RGB (Red+Green+Blue) = 85+104+54=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #556836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556836 is #AA97C9. Grayscale: #5C5C5C. Windows color (decimal): -11179978 or 3565653. OLE color: 3565653.
HSL color Cylindrical-coordinate representation of color #556836: hue angle of 82.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #556836 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 104 | 54 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.59 |
| HSL | 82.8º | 0.32% | 0.31% | - |
| HSV(B) | 82.8º | 0.48% | 0.41% | - |
| XYZ | 9.36 | 12.1 | 5.33 | - |
| YUV | 92.62 | 106.21 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 54 | 0.18 | 0 | 0.48 | 0.59 | 82.8 | 0.32 | 0.31 |
| Hex | 55 | 68 | 36 | 12 | 0 | 30 | 3B | 53 | 20 | 1F |
| Octal | 125 | 150 | 66 | 22 | 0 | 60 | 73 | 123 | 40 | 37 |
| Binary | 1010101 | 1101000 | 110110 | 10010 | 0 | 110000 | 111011 | 1010011 | 100000 | 11111 |
Color Harmonies of #556836
Complementary color
Monochromatic Colors of #556836
Black with #556836
Text Example
Text Example
White with #556836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556836; }
p { color: rgb(85,104,54); }
H1.HeaderClassName
{
color: #556836;
}
.AnyTagClassName
{
color: #556836;
}
</style>
background-color css
<style>
a { background-color: #556836; }
a { background-color: rgb(85,104,54); }
div.DivClassName
{
background-color: #556836;
}
.BgClassName
{
background-color: #556836;
}
</style>
border-color css
<style>
span { border-color: #556836; }
span { border-color: rgb(85,104,54); }
td.TdClassName
{
border-color: #556836;
}
.TagClassName
{
border-color: #556836;
}
</style>