Shades of Dark Olive Green #556D28
Tints of Dark Olive Green #556D28
RGB
CMYK
RGB Variations
Color information
#556D28 (or 0x556D28) is known color: Dark Olive Green. HEX triplet: 55, 6D and 28. RGB value is (85,109,40). Sum of RGB (Red+Green+Blue) = 85+109+40=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 109 - color contains mainly: green. Hex color #556D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556D28 is #AA92D7. Grayscale: #5E5E5E. Windows color (decimal): -11178712 or 2649429. OLE color: 2649429.
HSL color Cylindrical-coordinate representation of color #556D28: hue angle of 80.87º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #556D28 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 109 | 40 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.57 |
| HSL | 80.87º | 0.46% | 0.29% | - |
| HSV(B) | 80.87º | 0.63% | 0.43% | - |
| XYZ | 9.6 | 13.02 | 4.02 | - |
| YUV | 93.96 | 97.55 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 40 | 0.22 | 0 | 0.63 | 0.57 | 80.87 | 0.46 | 0.29 |
| Hex | 55 | 6D | 28 | 16 | 0 | 3F | 39 | 51 | 2E | 1D |
| Octal | 125 | 155 | 50 | 26 | 0 | 77 | 71 | 121 | 56 | 35 |
| Binary | 1010101 | 1101101 | 101000 | 10110 | 0 | 111111 | 111001 | 1010001 | 101110 | 11101 |
Color Harmonies of #556D28
Complementary color
Monochromatic Colors of #556D28
Black with #556D28
Text Example
Text Example
White with #556D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D28; }
p { color: rgb(85,109,40); }
H1.HeaderClassName
{
color: #556D28;
}
.AnyTagClassName
{
color: #556D28;
}
</style>
background-color css
<style>
a { background-color: #556D28; }
a { background-color: rgb(85,109,40); }
div.DivClassName
{
background-color: #556D28;
}
.BgClassName
{
background-color: #556D28;
}
</style>
border-color css
<style>
span { border-color: #556D28; }
span { border-color: rgb(85,109,40); }
td.TdClassName
{
border-color: #556D28;
}
.TagClassName
{
border-color: #556D28;
}
</style>