Shades of Army green #515116
Tints of Army green #515116
RGB
CMYK
RGB Variations
Color information
#515116 (or 0x515116) is known color: Army green. HEX triplet: 51, 51 and 16. RGB value is (81,81,22). Sum of RGB (Red+Green+Blue) = 81+81+22=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515116 is #AEAEE9. Grayscale: #4A4A4A. Windows color (decimal): -11448042 or 1462609. OLE color: 1462609.
HSL color Cylindrical-coordinate representation of color #515116: hue angle of 60º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #515116 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 81 | 22 | - |
| CMYK | 0 | 0 | 0.73 | 0.68 |
| HSL | 60º | 0.57% | 0.2% | - |
| HSV(B) | 60º | 0.73% | 0.32% | - |
| XYZ | 6.48 | 7.69 | 1.9 | - |
| YUV | 74.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 22 | 0 | 0 | 0.73 | 0.68 | 60 | 0.57 | 0.2 |
| Hex | 51 | 51 | 16 | 0 | 0 | 49 | 44 | 3C | 39 | 14 |
| Octal | 121 | 121 | 26 | 0 | 0 | 111 | 104 | 74 | 71 | 24 |
| Binary | 1010001 | 1010001 | 10110 | 0 | 0 | 1001001 | 1000100 | 111100 | 111001 | 10100 |
Color Harmonies of #515116
Complementary color
Monochromatic Colors of #515116
Black with #515116
Text Example
Text Example
White with #515116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515116; }
p { color: rgb(81,81,22); }
H1.HeaderClassName
{
color: #515116;
}
.AnyTagClassName
{
color: #515116;
}
</style>
background-color css
<style>
a { background-color: #515116; }
a { background-color: rgb(81,81,22); }
div.DivClassName
{
background-color: #515116;
}
.BgClassName
{
background-color: #515116;
}
</style>
border-color css
<style>
span { border-color: #515116; }
span { border-color: rgb(81,81,22); }
td.TdClassName
{
border-color: #515116;
}
.TagClassName
{
border-color: #515116;
}
</style>