Shades of Army green #555215
Tints of Army green #555215
RGB
CMYK
RGB Variations
Color information
#555215 (or 0x555215) is known color: Army green. HEX triplet: 55, 52 and 15. RGB value is (85,82,21). Sum of RGB (Red+Green+Blue) = 85+82+21=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #555215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555215 is #AAADEA. Grayscale: #4C4C4C. Windows color (decimal): -11185643 or 1397333. OLE color: 1397333.
HSL color Cylindrical-coordinate representation of color #555215: hue angle of 57.19º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #555215 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 21 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.67 |
| HSL | 57.19º | 0.6% | 0.21% | - |
| HSV(B) | 57.19º | 0.75% | 0.33% | - |
| XYZ | 6.9 | 8.02 | 1.89 | - |
| YUV | 75.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 21 | 0 | 0.04 | 0.75 | 0.67 | 57.19 | 0.6 | 0.21 |
| Hex | 55 | 52 | 15 | 0 | 4 | 4B | 43 | 39 | 3C | 15 |
| Octal | 125 | 122 | 25 | 0 | 4 | 113 | 103 | 71 | 74 | 25 |
| Binary | 1010101 | 1010010 | 10101 | 0 | 100 | 1001011 | 1000011 | 111001 | 111100 | 10101 |
Color Harmonies of #555215
Complementary color
Monochromatic Colors of #555215
Black with #555215
Text Example
Text Example
White with #555215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555215; }
p { color: rgb(85,82,21); }
H1.HeaderClassName
{
color: #555215;
}
.AnyTagClassName
{
color: #555215;
}
</style>
background-color css
<style>
a { background-color: #555215; }
a { background-color: rgb(85,82,21); }
div.DivClassName
{
background-color: #555215;
}
.BgClassName
{
background-color: #555215;
}
</style>
border-color css
<style>
span { border-color: #555215; }
span { border-color: rgb(85,82,21); }
td.TdClassName
{
border-color: #555215;
}
.TagClassName
{
border-color: #555215;
}
</style>