Shades of Army green #515519
Tints of Army green #515519
RGB
CMYK
RGB Variations
Color information
#515519 (or 0x515519) is known color: Army green. HEX triplet: 51, 55 and 19. RGB value is (81,85,25). Sum of RGB (Red+Green+Blue) = 81+85+25=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #515519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515519 is #AEAAE6. Grayscale: #4D4D4D. Windows color (decimal): -11447015 or 1660241. OLE color: 1660241.
HSL color Cylindrical-coordinate representation of color #515519: hue angle of 64º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #515519 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 85 | 25 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.67 |
| HSL | 64º | 0.55% | 0.22% | - |
| HSV(B) | 64º | 0.71% | 0.33% | - |
| XYZ | 6.82 | 8.32 | 2.17 | - |
| YUV | 76.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 25 | 0.05 | 0 | 0.71 | 0.67 | 64 | 0.55 | 0.22 |
| Hex | 51 | 55 | 19 | 5 | 0 | 47 | 43 | 40 | 37 | 16 |
| Octal | 121 | 125 | 31 | 5 | 0 | 107 | 103 | 100 | 67 | 26 |
| Binary | 1010001 | 1010101 | 11001 | 101 | 0 | 1000111 | 1000011 | 1000000 | 110111 | 10110 |
Color Harmonies of #515519
Complementary color
Monochromatic Colors of #515519
Black with #515519
Text Example
Text Example
White with #515519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515519; }
p { color: rgb(81,85,25); }
H1.HeaderClassName
{
color: #515519;
}
.AnyTagClassName
{
color: #515519;
}
</style>
background-color css
<style>
a { background-color: #515519; }
a { background-color: rgb(81,85,25); }
div.DivClassName
{
background-color: #515519;
}
.BgClassName
{
background-color: #515519;
}
</style>
border-color css
<style>
span { border-color: #515519; }
span { border-color: rgb(81,85,25); }
td.TdClassName
{
border-color: #515519;
}
.TagClassName
{
border-color: #515519;
}
</style>