Shades of Army green #555217
Tints of Army green #555217
RGB
CMYK
RGB Variations
Color information
#555217 (or 0x555217) is known color: Army green. HEX triplet: 55, 52 and 17. RGB value is (85,82,23). Sum of RGB (Red+Green+Blue) = 85+82+23=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #555217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555217 is #AAADE8. Grayscale: #4C4C4C. Windows color (decimal): -11185641 or 1528405. OLE color: 1528405.
HSL color Cylindrical-coordinate representation of color #555217: hue angle of 57.1º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #555217 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 23 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.67 |
| HSL | 57.1º | 0.57% | 0.21% | - |
| HSV(B) | 57.1º | 0.73% | 0.33% | - |
| XYZ | 6.92 | 8.03 | 2 | - |
| YUV | 76.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 23 | 0 | 0.04 | 0.73 | 0.67 | 57.1 | 0.57 | 0.21 |
| Hex | 55 | 52 | 17 | 0 | 4 | 49 | 43 | 39 | 39 | 15 |
| Octal | 125 | 122 | 27 | 0 | 4 | 111 | 103 | 71 | 71 | 25 |
| Binary | 1010101 | 1010010 | 10111 | 0 | 100 | 1001001 | 1000011 | 111001 | 111001 | 10101 |
Color Harmonies of #555217
Complementary color
Monochromatic Colors of #555217
Black with #555217
Text Example
Text Example
White with #555217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555217; }
p { color: rgb(85,82,23); }
H1.HeaderClassName
{
color: #555217;
}
.AnyTagClassName
{
color: #555217;
}
</style>
background-color css
<style>
a { background-color: #555217; }
a { background-color: rgb(85,82,23); }
div.DivClassName
{
background-color: #555217;
}
.BgClassName
{
background-color: #555217;
}
</style>
border-color css
<style>
span { border-color: #555217; }
span { border-color: rgb(85,82,23); }
td.TdClassName
{
border-color: #555217;
}
.TagClassName
{
border-color: #555217;
}
</style>