Shades of Army green #515516
Tints of Army green #515516
RGB
CMYK
RGB Variations
Color information
#515516 (or 0x515516) is known color: Army green. HEX triplet: 51, 55 and 16. RGB value is (81,85,22). Sum of RGB (Red+Green+Blue) = 81+85+22=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #515516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515516 is #AEAAE9. Grayscale: #4C4C4C. Windows color (decimal): -11447018 or 1463633. OLE color: 1463633.
HSL color Cylindrical-coordinate representation of color #515516: hue angle of 63.81º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #515516 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 85 | 22 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.67 |
| HSL | 63.81º | 0.59% | 0.21% | - |
| HSV(B) | 63.81º | 0.74% | 0.33% | - |
| XYZ | 6.79 | 8.3 | 2 | - |
| YUV | 76.62 | 97.17 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 22 | 0.05 | 0 | 0.74 | 0.67 | 63.81 | 0.59 | 0.21 |
| Hex | 51 | 55 | 16 | 5 | 0 | 4A | 43 | 40 | 3B | 15 |
| Octal | 121 | 125 | 26 | 5 | 0 | 112 | 103 | 100 | 73 | 25 |
| Binary | 1010001 | 1010101 | 10110 | 101 | 0 | 1001010 | 1000011 | 1000000 | 111011 | 10101 |
Color Harmonies of #515516
Complementary color
Monochromatic Colors of #515516
Black with #515516
Text Example
Text Example
White with #515516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515516; }
p { color: rgb(81,85,22); }
H1.HeaderClassName
{
color: #515516;
}
.AnyTagClassName
{
color: #515516;
}
</style>
background-color css
<style>
a { background-color: #515516; }
a { background-color: rgb(81,85,22); }
div.DivClassName
{
background-color: #515516;
}
.BgClassName
{
background-color: #515516;
}
</style>
border-color css
<style>
span { border-color: #515516; }
span { border-color: rgb(81,85,22); }
td.TdClassName
{
border-color: #515516;
}
.TagClassName
{
border-color: #515516;
}
</style>