Shades of Army green #555616
Tints of Army green #555616
RGB
CMYK
RGB Variations
Color information
#555616 (or 0x555616) is known color: Army green. HEX triplet: 55, 56 and 16. RGB value is (85,86,22). Sum of RGB (Red+Green+Blue) = 85+86+22=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #555616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555616 is #AAA9E9. Grayscale: #4E4E4E. Windows color (decimal): -11184618 or 1463893. OLE color: 1463893.
HSL color Cylindrical-coordinate representation of color #555616: hue angle of 60.94º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #555616 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 86 | 22 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.66 |
| HSL | 60.94º | 0.59% | 0.21% | - |
| HSV(B) | 60.94º | 0.74% | 0.34% | - |
| XYZ | 7.22 | 8.64 | 2.05 | - |
| YUV | 78.41 | 96.17 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 22 | 0.01 | 0 | 0.74 | 0.66 | 60.94 | 0.59 | 0.21 |
| Hex | 55 | 56 | 16 | 1 | 0 | 4A | 42 | 3D | 3B | 15 |
| Octal | 125 | 126 | 26 | 1 | 0 | 112 | 102 | 75 | 73 | 25 |
| Binary | 1010101 | 1010110 | 10110 | 1 | 0 | 1001010 | 1000010 | 111101 | 111011 | 10101 |
Color Harmonies of #555616
Complementary color
Monochromatic Colors of #555616
Black with #555616
Text Example
Text Example
White with #555616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555616; }
p { color: rgb(85,86,22); }
H1.HeaderClassName
{
color: #555616;
}
.AnyTagClassName
{
color: #555616;
}
</style>
background-color css
<style>
a { background-color: #555616; }
a { background-color: rgb(85,86,22); }
div.DivClassName
{
background-color: #555616;
}
.BgClassName
{
background-color: #555616;
}
</style>
border-color css
<style>
span { border-color: #555616; }
span { border-color: rgb(85,86,22); }
td.TdClassName
{
border-color: #555616;
}
.TagClassName
{
border-color: #555616;
}
</style>