Shades of Army green #555421
Tints of Army green #555421
RGB
CMYK
RGB Variations
Color information
#555421 (or 0x555421) is known color: Army green. HEX triplet: 55, 54 and 21. RGB value is (85,84,33). Sum of RGB (Red+Green+Blue) = 85+84+33=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #555421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555421 is #AAABDE. Grayscale: #4E4E4E. Windows color (decimal): -11185119 or 2184277. OLE color: 2184277.
HSL color Cylindrical-coordinate representation of color #555421: hue angle of 58.85º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555421 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 33 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.67 |
| HSL | 58.85º | 0.44% | 0.23% | - |
| HSV(B) | 58.85º | 0.61% | 0.33% | - |
| XYZ | 7.19 | 8.38 | 2.68 | - |
| YUV | 78.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 33 | 0 | 0.01 | 0.61 | 0.67 | 58.85 | 0.44 | 0.23 |
| Hex | 55 | 54 | 21 | 0 | 1 | 3D | 43 | 3B | 2C | 17 |
| Octal | 125 | 124 | 41 | 0 | 1 | 75 | 103 | 73 | 54 | 27 |
| Binary | 1010101 | 1010100 | 100001 | 0 | 1 | 111101 | 1000011 | 111011 | 101100 | 10111 |
Color Harmonies of #555421
Complementary color
Monochromatic Colors of #555421
Black with #555421
Text Example
Text Example
White with #555421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555421; }
p { color: rgb(85,84,33); }
H1.HeaderClassName
{
color: #555421;
}
.AnyTagClassName
{
color: #555421;
}
</style>
background-color css
<style>
a { background-color: #555421; }
a { background-color: rgb(85,84,33); }
div.DivClassName
{
background-color: #555421;
}
.BgClassName
{
background-color: #555421;
}
</style>
border-color css
<style>
span { border-color: #555421; }
span { border-color: rgb(85,84,33); }
td.TdClassName
{
border-color: #555421;
}
.TagClassName
{
border-color: #555421;
}
</style>