Shades of Army green #515219
Tints of Army green #515219
RGB
CMYK
RGB Variations
Color information
#515219 (or 0x515219) is known color: Army green. HEX triplet: 51, 52 and 19. RGB value is (81,82,25). Sum of RGB (Red+Green+Blue) = 81+82+25=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #515219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515219 is #AEADE6. Grayscale: #4B4B4B. Windows color (decimal): -11447783 or 1659473. OLE color: 1659473.
HSL color Cylindrical-coordinate representation of color #515219: hue angle of 61.05º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #515219 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 82 | 25 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.68 |
| HSL | 61.05º | 0.53% | 0.21% | - |
| HSV(B) | 61.05º | 0.7% | 0.32% | - |
| XYZ | 6.59 | 7.85 | 2.09 | - |
| YUV | 75.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 25 | 0.01 | 0 | 0.70 | 0.68 | 61.05 | 0.53 | 0.21 |
| Hex | 51 | 52 | 19 | 1 | 0 | 46 | 44 | 3D | 35 | 15 |
| Octal | 121 | 122 | 31 | 1 | 0 | 106 | 104 | 75 | 65 | 25 |
| Binary | 1010001 | 1010010 | 11001 | 1 | 0 | 1000110 | 1000100 | 111101 | 110101 | 10101 |
Color Harmonies of #515219
Complementary color
Monochromatic Colors of #515219
Black with #515219
Text Example
Text Example
White with #515219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515219; }
p { color: rgb(81,82,25); }
H1.HeaderClassName
{
color: #515219;
}
.AnyTagClassName
{
color: #515219;
}
</style>
background-color css
<style>
a { background-color: #515219; }
a { background-color: rgb(81,82,25); }
div.DivClassName
{
background-color: #515219;
}
.BgClassName
{
background-color: #515219;
}
</style>
border-color css
<style>
span { border-color: #515219; }
span { border-color: rgb(81,82,25); }
td.TdClassName
{
border-color: #515219;
}
.TagClassName
{
border-color: #515219;
}
</style>