Shades of Dark Olive Green #556A28
Tints of Dark Olive Green #556A28
RGB
CMYK
RGB Variations
Color information
#556A28 (or 0x556A28) is known color: Dark Olive Green. HEX triplet: 55, 6A and 28. RGB value is (85,106,40). Sum of RGB (Red+Green+Blue) = 85+106+40=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 106 (41.80% from 255 or 45.89% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 106 - color contains mainly: green. Hex color #556A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556A28 is #AA95D7. Grayscale: #5C5C5C. Windows color (decimal): -11179480 or 2648661. OLE color: 2648661.
HSL color Cylindrical-coordinate representation of color #556A28: hue angle of 79.09º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #556A28 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 106 | 40 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.58 |
| HSL | 79.09º | 0.45% | 0.29% | - |
| HSV(B) | 79.09º | 0.62% | 0.42% | - |
| XYZ | 9.28 | 12.39 | 3.91 | - |
| YUV | 92.2 | 98.54 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 106 | 40 | 0.20 | 0 | 0.62 | 0.58 | 79.09 | 0.45 | 0.29 |
| Hex | 55 | 6A | 28 | 14 | 0 | 3E | 3A | 4F | 2D | 1D |
| Octal | 125 | 152 | 50 | 24 | 0 | 76 | 72 | 117 | 55 | 35 |
| Binary | 1010101 | 1101010 | 101000 | 10100 | 0 | 111110 | 111010 | 1001111 | 101101 | 11101 |
Color Harmonies of #556A28
Complementary color
Monochromatic Colors of #556A28
Black with #556A28
Text Example
Text Example
White with #556A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556A28; }
p { color: rgb(85,106,40); }
H1.HeaderClassName
{
color: #556A28;
}
.AnyTagClassName
{
color: #556A28;
}
</style>
background-color css
<style>
a { background-color: #556A28; }
a { background-color: rgb(85,106,40); }
div.DivClassName
{
background-color: #556A28;
}
.BgClassName
{
background-color: #556A28;
}
</style>
border-color css
<style>
span { border-color: #556A28; }
span { border-color: rgb(85,106,40); }
td.TdClassName
{
border-color: #556A28;
}
.TagClassName
{
border-color: #556A28;
}
</style>