Shades of Army green #515522
Tints of Army green #515522
RGB
CMYK
RGB Variations
Color information
#515522 (or 0x515522) is known color: Army green. HEX triplet: 51, 55 and 22. RGB value is (81,85,34). Sum of RGB (Red+Green+Blue) = 81+85+34=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #515522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515522 is #AEAADD. Grayscale: #4E4E4E. Windows color (decimal): -11447006 or 2250065. OLE color: 2250065.
HSL color Cylindrical-coordinate representation of color #515522: hue angle of 64.71º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #515522 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 85 | 34 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.67 |
| HSL | 64.71º | 0.43% | 0.23% | - |
| HSV(B) | 64.71º | 0.6% | 0.33% | - |
| XYZ | 6.93 | 8.36 | 2.76 | - |
| YUV | 77.99 | 103.17 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 34 | 0.05 | 0 | 0.60 | 0.67 | 64.71 | 0.43 | 0.23 |
| Hex | 51 | 55 | 22 | 5 | 0 | 3C | 43 | 41 | 2B | 17 |
| Octal | 121 | 125 | 42 | 5 | 0 | 74 | 103 | 101 | 53 | 27 |
| Binary | 1010001 | 1010101 | 100010 | 101 | 0 | 111100 | 1000011 | 1000001 | 101011 | 10111 |
Color Harmonies of #515522
Complementary color
Monochromatic Colors of #515522
Black with #515522
Text Example
Text Example
White with #515522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515522; }
p { color: rgb(81,85,34); }
H1.HeaderClassName
{
color: #515522;
}
.AnyTagClassName
{
color: #515522;
}
</style>
background-color css
<style>
a { background-color: #515522; }
a { background-color: rgb(81,85,34); }
div.DivClassName
{
background-color: #515522;
}
.BgClassName
{
background-color: #515522;
}
</style>
border-color css
<style>
span { border-color: #515522; }
span { border-color: rgb(81,85,34); }
td.TdClassName
{
border-color: #515522;
}
.TagClassName
{
border-color: #515522;
}
</style>