Shades of Army green #515113
Tints of Army green #515113
RGB
CMYK
RGB Variations
Color information
#515113 (or 0x515113) is known color: Army green. HEX triplet: 51, 51 and 13. RGB value is (81,81,19). Sum of RGB (Red+Green+Blue) = 81+81+19=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515113 is #AEAEEC. Grayscale: #4A4A4A. Windows color (decimal): -11448045 or 1266001. OLE color: 1266001.
HSL color Cylindrical-coordinate representation of color #515113: hue angle of 60º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #515113 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 81 | 19 | - |
| CMYK | 0 | 0 | 0.77 | 0.68 |
| HSL | 60º | 0.62% | 0.2% | - |
| HSV(B) | 60º | 0.77% | 0.32% | - |
| XYZ | 6.45 | 7.68 | 1.76 | - |
| YUV | 73.93 | 97 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 19 | 0 | 0 | 0.77 | 0.68 | 60 | 0.62 | 0.2 |
| Hex | 51 | 51 | 13 | 0 | 0 | 4D | 44 | 3C | 3E | 14 |
| Octal | 121 | 121 | 23 | 0 | 0 | 115 | 104 | 74 | 76 | 24 |
| Binary | 1010001 | 1010001 | 10011 | 0 | 0 | 1001101 | 1000100 | 111100 | 111110 | 10100 |
Color Harmonies of #515113
Complementary color
Monochromatic Colors of #515113
Black with #515113
Text Example
Text Example
White with #515113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515113; }
p { color: rgb(81,81,19); }
H1.HeaderClassName
{
color: #515113;
}
.AnyTagClassName
{
color: #515113;
}
</style>
background-color css
<style>
a { background-color: #515113; }
a { background-color: rgb(81,81,19); }
div.DivClassName
{
background-color: #515113;
}
.BgClassName
{
background-color: #515113;
}
</style>
border-color css
<style>
span { border-color: #515113; }
span { border-color: rgb(81,81,19); }
td.TdClassName
{
border-color: #515113;
}
.TagClassName
{
border-color: #515113;
}
</style>