Shades of Dark Olive Green #556827
Tints of Dark Olive Green #556827
RGB
CMYK
RGB Variations
Color information
#556827 (or 0x556827) is known color: Dark Olive Green. HEX triplet: 55, 68 and 27. RGB value is (85,104,39). Sum of RGB (Red+Green+Blue) = 85+104+39=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #556827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556827 is #AA97D8. Grayscale: #5B5B5B. Windows color (decimal): -11179993 or 2582613. OLE color: 2582613.
HSL color Cylindrical-coordinate representation of color #556827: hue angle of 77.54º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #556827 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 104 | 39 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.59 |
| HSL | 77.54º | 0.45% | 0.28% | - |
| HSV(B) | 77.54º | 0.63% | 0.41% | - |
| XYZ | 9.06 | 11.98 | 3.75 | - |
| YUV | 90.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 39 | 0.18 | 0 | 0.62 | 0.59 | 77.54 | 0.45 | 0.28 |
| Hex | 55 | 68 | 27 | 12 | 0 | 3E | 3B | 4E | 2D | 1C |
| Octal | 125 | 150 | 47 | 22 | 0 | 76 | 73 | 116 | 55 | 34 |
| Binary | 1010101 | 1101000 | 100111 | 10010 | 0 | 111110 | 111011 | 1001110 | 101101 | 11100 |
Color Harmonies of #556827
Complementary color
Monochromatic Colors of #556827
Black with #556827
Text Example
Text Example
White with #556827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556827; }
p { color: rgb(85,104,39); }
H1.HeaderClassName
{
color: #556827;
}
.AnyTagClassName
{
color: #556827;
}
</style>
background-color css
<style>
a { background-color: #556827; }
a { background-color: rgb(85,104,39); }
div.DivClassName
{
background-color: #556827;
}
.BgClassName
{
background-color: #556827;
}
</style>
border-color css
<style>
span { border-color: #556827; }
span { border-color: rgb(85,104,39); }
td.TdClassName
{
border-color: #556827;
}
.TagClassName
{
border-color: #556827;
}
</style>