Shades of Army green #555212
Tints of Army green #555212
RGB
CMYK
RGB Variations
Color information
#555212 (or 0x555212) is known color: Army green. HEX triplet: 55, 52 and 12. RGB value is (85,82,18). Sum of RGB (Red+Green+Blue) = 85+82+18=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #555212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555212 is #AAADED. Grayscale: #4B4B4B. Windows color (decimal): -11185646 or 1200725. OLE color: 1200725.
HSL color Cylindrical-coordinate representation of color #555212: hue angle of 57.31º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #555212 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 18 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.67 |
| HSL | 57.31º | 0.65% | 0.2% | - |
| HSV(B) | 57.31º | 0.79% | 0.33% | - |
| XYZ | 6.87 | 8.01 | 1.76 | - |
| YUV | 75.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 18 | 0 | 0.04 | 0.79 | 0.67 | 57.31 | 0.65 | 0.2 |
| Hex | 55 | 52 | 12 | 0 | 4 | 4F | 43 | 39 | 41 | 14 |
| Octal | 125 | 122 | 22 | 0 | 4 | 117 | 103 | 71 | 101 | 24 |
| Binary | 1010101 | 1010010 | 10010 | 0 | 100 | 1001111 | 1000011 | 111001 | 1000001 | 10100 |
Color Harmonies of #555212
Complementary color
Monochromatic Colors of #555212
Black with #555212
Text Example
Text Example
White with #555212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555212; }
p { color: rgb(85,82,18); }
H1.HeaderClassName
{
color: #555212;
}
.AnyTagClassName
{
color: #555212;
}
</style>
background-color css
<style>
a { background-color: #555212; }
a { background-color: rgb(85,82,18); }
div.DivClassName
{
background-color: #555212;
}
.BgClassName
{
background-color: #555212;
}
</style>
border-color css
<style>
span { border-color: #555212; }
span { border-color: rgb(85,82,18); }
td.TdClassName
{
border-color: #555212;
}
.TagClassName
{
border-color: #555212;
}
</style>