Shades of Dark Olive Green #556928
Tints of Dark Olive Green #556928
RGB
CMYK
RGB Variations
Color information
#556928 (or 0x556928) is known color: Dark Olive Green. HEX triplet: 55, 69 and 28. RGB value is (85,105,40). Sum of RGB (Red+Green+Blue) = 85+105+40=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #556928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556928 is #AA96D7. Grayscale: #5B5B5B. Windows color (decimal): -11179736 or 2648405. OLE color: 2648405.
HSL color Cylindrical-coordinate representation of color #556928: hue angle of 78.46º 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 #556928 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 40 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.59 |
| HSL | 78.46º | 0.45% | 0.28% | - |
| HSV(B) | 78.46º | 0.62% | 0.41% | - |
| XYZ | 9.18 | 12.19 | 3.88 | - |
| YUV | 91.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 40 | 0.19 | 0 | 0.62 | 0.59 | 78.46 | 0.45 | 0.28 |
| Hex | 55 | 69 | 28 | 13 | 0 | 3E | 3B | 4E | 2D | 1C |
| Octal | 125 | 151 | 50 | 23 | 0 | 76 | 73 | 116 | 55 | 34 |
| Binary | 1010101 | 1101001 | 101000 | 10011 | 0 | 111110 | 111011 | 1001110 | 101101 | 11100 |
Color Harmonies of #556928
Complementary color
Monochromatic Colors of #556928
Black with #556928
Text Example
Text Example
White with #556928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556928; }
p { color: rgb(85,105,40); }
H1.HeaderClassName
{
color: #556928;
}
.AnyTagClassName
{
color: #556928;
}
</style>
background-color css
<style>
a { background-color: #556928; }
a { background-color: rgb(85,105,40); }
div.DivClassName
{
background-color: #556928;
}
.BgClassName
{
background-color: #556928;
}
</style>
border-color css
<style>
span { border-color: #556928; }
span { border-color: rgb(85,105,40); }
td.TdClassName
{
border-color: #556928;
}
.TagClassName
{
border-color: #556928;
}
</style>