Shades of Army green #55520E
Tints of Army green #55520E
RGB
CMYK
RGB Variations
Color information
#55520E (or 0x55520E) is known color: Army green. HEX triplet: 55, 52 and 0E. RGB value is (85,82,14). Sum of RGB (Red+Green+Blue) = 85+82+14=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55520E is #AAADF1. Grayscale: #4B4B4B. Windows color (decimal): -11185650 or 938581. OLE color: 938581.
HSL color Cylindrical-coordinate representation of color #55520E: hue angle of 57.46º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55520E is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 14 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.67 |
| HSL | 57.46º | 0.72% | 0.19% | - |
| HSV(B) | 57.46º | 0.84% | 0.33% | - |
| XYZ | 6.84 | 8 | 1.6 | - |
| YUV | 75.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 14 | 0 | 0.04 | 0.84 | 0.67 | 57.46 | 0.72 | 0.19 |
| Hex | 55 | 52 | E | 0 | 4 | 54 | 43 | 39 | 48 | 13 |
| Octal | 125 | 122 | 16 | 0 | 4 | 124 | 103 | 71 | 110 | 23 |
| Binary | 1010101 | 1010010 | 1110 | 0 | 100 | 1010100 | 1000011 | 111001 | 1001000 | 10011 |
Color Harmonies of #55520E
Complementary color
Monochromatic Colors of #55520E
Black with #55520E
Text Example
Text Example
White with #55520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55520E; }
p { color: rgb(85,82,14); }
H1.HeaderClassName
{
color: #55520E;
}
.AnyTagClassName
{
color: #55520E;
}
</style>
background-color css
<style>
a { background-color: #55520E; }
a { background-color: rgb(85,82,14); }
div.DivClassName
{
background-color: #55520E;
}
.BgClassName
{
background-color: #55520E;
}
</style>
border-color css
<style>
span { border-color: #55520E; }
span { border-color: rgb(85,82,14); }
td.TdClassName
{
border-color: #55520E;
}
.TagClassName
{
border-color: #55520E;
}
</style>