Shades of Army green #515619
Tints of Army green #515619
RGB
CMYK
RGB Variations
Color information
#515619 (or 0x515619) is known color: Army green. HEX triplet: 51, 56 and 19. RGB value is (81,86,25). Sum of RGB (Red+Green+Blue) = 81+86+25=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #515619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515619 is #AEA9E6. Grayscale: #4D4D4D. Windows color (decimal): -11446759 or 1660497. OLE color: 1660497.
HSL color Cylindrical-coordinate representation of color #515619: hue angle of 64.92º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #515619 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 86 | 25 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.66 |
| HSL | 64.92º | 0.55% | 0.22% | - |
| HSV(B) | 64.92º | 0.71% | 0.34% | - |
| XYZ | 6.9 | 8.48 | 2.19 | - |
| YUV | 77.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 25 | 0.06 | 0 | 0.71 | 0.66 | 64.92 | 0.55 | 0.22 |
| Hex | 51 | 56 | 19 | 6 | 0 | 47 | 42 | 41 | 37 | 16 |
| Octal | 121 | 126 | 31 | 6 | 0 | 107 | 102 | 101 | 67 | 26 |
| Binary | 1010001 | 1010110 | 11001 | 110 | 0 | 1000111 | 1000010 | 1000001 | 110111 | 10110 |
Color Harmonies of #515619
Complementary color
Monochromatic Colors of #515619
Black with #515619
Text Example
Text Example
White with #515619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515619; }
p { color: rgb(81,86,25); }
H1.HeaderClassName
{
color: #515619;
}
.AnyTagClassName
{
color: #515619;
}
</style>
background-color css
<style>
a { background-color: #515619; }
a { background-color: rgb(81,86,25); }
div.DivClassName
{
background-color: #515619;
}
.BgClassName
{
background-color: #515619;
}
</style>
border-color css
<style>
span { border-color: #515619; }
span { border-color: rgb(81,86,25); }
td.TdClassName
{
border-color: #515619;
}
.TagClassName
{
border-color: #515619;
}
</style>