Shades of Army green #515119
Tints of Army green #515119
RGB
CMYK
RGB Variations
Color information
#515119 (or 0x515119) is known color: Army green. HEX triplet: 51, 51 and 19. RGB value is (81,81,25). Sum of RGB (Red+Green+Blue) = 81+81+25=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515119 is #AEAEE6. Grayscale: #4A4A4A. Windows color (decimal): -11448039 or 1659217. OLE color: 1659217.
HSL color Cylindrical-coordinate representation of color #515119: hue angle of 60º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #515119 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 81 | 25 | - |
| CMYK | 0 | 0 | 0.69 | 0.68 |
| HSL | 60º | 0.53% | 0.21% | - |
| HSV(B) | 60º | 0.69% | 0.32% | - |
| XYZ | 6.51 | 7.7 | 2.06 | - |
| YUV | 74.62 | 100 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 25 | 0 | 0 | 0.69 | 0.68 | 60 | 0.53 | 0.21 |
| Hex | 51 | 51 | 19 | 0 | 0 | 45 | 44 | 3C | 35 | 15 |
| Octal | 121 | 121 | 31 | 0 | 0 | 105 | 104 | 74 | 65 | 25 |
| Binary | 1010001 | 1010001 | 11001 | 0 | 0 | 1000101 | 1000100 | 111100 | 110101 | 10101 |
Color Harmonies of #515119
Complementary color
Monochromatic Colors of #515119
Black with #515119
Text Example
Text Example
White with #515119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515119; }
p { color: rgb(81,81,25); }
H1.HeaderClassName
{
color: #515119;
}
.AnyTagClassName
{
color: #515119;
}
</style>
background-color css
<style>
a { background-color: #515119; }
a { background-color: rgb(81,81,25); }
div.DivClassName
{
background-color: #515119;
}
.BgClassName
{
background-color: #515119;
}
</style>
border-color css
<style>
span { border-color: #515119; }
span { border-color: rgb(81,81,25); }
td.TdClassName
{
border-color: #515119;
}
.TagClassName
{
border-color: #515119;
}
</style>