Shades of Army green #555420
Tints of Army green #555420
RGB
CMYK
RGB Variations
Color information
#555420 (or 0x555420) is known color: Army green. HEX triplet: 55, 54 and 20. RGB value is (85,84,32). Sum of RGB (Red+Green+Blue) = 85+84+32=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #555420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555420 is #AAABDF. Grayscale: #4E4E4E. Windows color (decimal): -11185120 or 2118741. OLE color: 2118741.
HSL color Cylindrical-coordinate representation of color #555420: hue angle of 58.87º 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 #555420 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 32 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.67 |
| HSL | 58.87º | 0.45% | 0.23% | - |
| HSV(B) | 58.87º | 0.62% | 0.33% | - |
| XYZ | 7.18 | 8.38 | 2.6 | - |
| YUV | 78.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 32 | 0 | 0.01 | 0.62 | 0.67 | 58.87 | 0.45 | 0.23 |
| Hex | 55 | 54 | 20 | 0 | 1 | 3E | 43 | 3B | 2D | 17 |
| Octal | 125 | 124 | 40 | 0 | 1 | 76 | 103 | 73 | 55 | 27 |
| Binary | 1010101 | 1010100 | 100000 | 0 | 1 | 111110 | 1000011 | 111011 | 101101 | 10111 |
Color Harmonies of #555420
Complementary color
Monochromatic Colors of #555420
Black with #555420
Text Example
Text Example
White with #555420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555420; }
p { color: rgb(85,84,32); }
H1.HeaderClassName
{
color: #555420;
}
.AnyTagClassName
{
color: #555420;
}
</style>
background-color css
<style>
a { background-color: #555420; }
a { background-color: rgb(85,84,32); }
div.DivClassName
{
background-color: #555420;
}
.BgClassName
{
background-color: #555420;
}
</style>
border-color css
<style>
span { border-color: #555420; }
span { border-color: rgb(85,84,32); }
td.TdClassName
{
border-color: #555420;
}
.TagClassName
{
border-color: #555420;
}
</style>