Shades of Army green #555816
Tints of Army green #555816
RGB
CMYK
RGB Variations
Color information
#555816 (or 0x555816) is known color: Army green. HEX triplet: 55, 58 and 16. RGB value is (85,88,22). Sum of RGB (Red+Green+Blue) = 85+88+22=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #555816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555816 is #AAA7E9. Grayscale: #4F4F4F. Windows color (decimal): -11184106 or 1464405. OLE color: 1464405.
HSL color Cylindrical-coordinate representation of color #555816: hue angle of 62.73º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #555816 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 22 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.65 |
| HSL | 62.73º | 0.6% | 0.22% | - |
| HSV(B) | 62.73º | 0.75% | 0.35% | - |
| XYZ | 7.38 | 8.97 | 2.1 | - |
| YUV | 79.58 | 95.51 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 22 | 0.03 | 0 | 0.75 | 0.65 | 62.73 | 0.6 | 0.22 |
| Hex | 55 | 58 | 16 | 3 | 0 | 4B | 41 | 3F | 3C | 16 |
| Octal | 125 | 130 | 26 | 3 | 0 | 113 | 101 | 77 | 74 | 26 |
| Binary | 1010101 | 1011000 | 10110 | 11 | 0 | 1001011 | 1000001 | 111111 | 111100 | 10110 |
Color Harmonies of #555816
Complementary color
Monochromatic Colors of #555816
Black with #555816
Text Example
Text Example
White with #555816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555816; }
p { color: rgb(85,88,22); }
H1.HeaderClassName
{
color: #555816;
}
.AnyTagClassName
{
color: #555816;
}
</style>
background-color css
<style>
a { background-color: #555816; }
a { background-color: rgb(85,88,22); }
div.DivClassName
{
background-color: #555816;
}
.BgClassName
{
background-color: #555816;
}
</style>
border-color css
<style>
span { border-color: #555816; }
span { border-color: rgb(85,88,22); }
td.TdClassName
{
border-color: #555816;
}
.TagClassName
{
border-color: #555816;
}
</style>