Shades of Army green #555520
Tints of Army green #555520
RGB
CMYK
RGB Variations
Color information
#555520 (or 0x555520) is known color: Army green. HEX triplet: 55, 55 and 20. RGB value is (85,85,32). Sum of RGB (Red+Green+Blue) = 85+85+32=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555520 is #AAAADF. Grayscale: #4F4F4F. Windows color (decimal): -11184864 or 2118997. OLE color: 2118997.
HSL color Cylindrical-coordinate representation of color #555520: hue angle of 60º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #555520 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 32 | - |
| CMYK | 0 | 0 | 0.62 | 0.67 |
| HSL | 60º | 0.45% | 0.23% | - |
| HSV(B) | 60º | 0.62% | 0.33% | - |
| XYZ | 7.26 | 8.53 | 2.63 | - |
| YUV | 78.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 32 | 0 | 0 | 0.62 | 0.67 | 60 | 0.45 | 0.23 |
| Hex | 55 | 55 | 20 | 0 | 0 | 3E | 43 | 3C | 2D | 17 |
| Octal | 125 | 125 | 40 | 0 | 0 | 76 | 103 | 74 | 55 | 27 |
| Binary | 1010101 | 1010101 | 100000 | 0 | 0 | 111110 | 1000011 | 111100 | 101101 | 10111 |
Color Harmonies of #555520
Complementary color
Monochromatic Colors of #555520
Black with #555520
Text Example
Text Example
White with #555520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555520; }
p { color: rgb(85,85,32); }
H1.HeaderClassName
{
color: #555520;
}
.AnyTagClassName
{
color: #555520;
}
</style>
background-color css
<style>
a { background-color: #555520; }
a { background-color: rgb(85,85,32); }
div.DivClassName
{
background-color: #555520;
}
.BgClassName
{
background-color: #555520;
}
</style>
border-color css
<style>
span { border-color: #555520; }
span { border-color: rgb(85,85,32); }
td.TdClassName
{
border-color: #555520;
}
.TagClassName
{
border-color: #555520;
}
</style>