Shades of Army green #515120
Tints of Army green #515120
RGB
CMYK
RGB Variations
Color information
#515120 (or 0x515120) is known color: Army green. HEX triplet: 51, 51 and 20. RGB value is (81,81,32). Sum of RGB (Red+Green+Blue) = 81+81+32=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515120 is #AEAEDF. Grayscale: #4B4B4B. Windows color (decimal): -11448032 or 2117969. OLE color: 2117969.
HSL color Cylindrical-coordinate representation of color #515120: hue angle of 60º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #515120 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 81 | 32 | - |
| CMYK | 0 | 0 | 0.60 | 0.68 |
| HSL | 60º | 0.43% | 0.22% | - |
| HSV(B) | 60º | 0.6% | 0.32% | - |
| XYZ | 6.6 | 7.74 | 2.51 | - |
| YUV | 75.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 32 | 0 | 0 | 0.60 | 0.68 | 60 | 0.43 | 0.22 |
| Hex | 51 | 51 | 20 | 0 | 0 | 3C | 44 | 3C | 2B | 16 |
| Octal | 121 | 121 | 40 | 0 | 0 | 74 | 104 | 74 | 53 | 26 |
| Binary | 1010001 | 1010001 | 100000 | 0 | 0 | 111100 | 1000100 | 111100 | 101011 | 10110 |
Color Harmonies of #515120
Complementary color
Monochromatic Colors of #515120
Black with #515120
Text Example
Text Example
White with #515120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515120; }
p { color: rgb(81,81,32); }
H1.HeaderClassName
{
color: #515120;
}
.AnyTagClassName
{
color: #515120;
}
</style>
background-color css
<style>
a { background-color: #515120; }
a { background-color: rgb(81,81,32); }
div.DivClassName
{
background-color: #515120;
}
.BgClassName
{
background-color: #515120;
}
</style>
border-color css
<style>
span { border-color: #515120; }
span { border-color: rgb(81,81,32); }
td.TdClassName
{
border-color: #515120;
}
.TagClassName
{
border-color: #515120;
}
</style>