Shades of Army green #514F20
Tints of Army green #514F20
RGB
CMYK
RGB Variations
Color information
#514F20 (or 0x514F20) is known color: Army green. HEX triplet: 51, 4F and 20. RGB value is (81,79,32). Sum of RGB (Red+Green+Blue) = 81+79+32=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #514F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514F20 is #AEB0DF. Grayscale: #4A4A4A. Windows color (decimal): -11448544 or 2117457. OLE color: 2117457.
HSL color Cylindrical-coordinate representation of color #514F20: hue angle of 57.55º 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 #514F20 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 79 | 32 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.68 |
| HSL | 57.55º | 0.43% | 0.22% | - |
| HSV(B) | 57.55º | 0.6% | 0.32% | - |
| XYZ | 6.45 | 7.45 | 2.46 | - |
| YUV | 74.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 32 | 0 | 0.02 | 0.60 | 0.68 | 57.55 | 0.43 | 0.22 |
| Hex | 51 | 4F | 20 | 0 | 2 | 3C | 44 | 3A | 2B | 16 |
| Octal | 121 | 117 | 40 | 0 | 2 | 74 | 104 | 72 | 53 | 26 |
| Binary | 1010001 | 1001111 | 100000 | 0 | 10 | 111100 | 1000100 | 111010 | 101011 | 10110 |
Color Harmonies of #514F20
Complementary color
Monochromatic Colors of #514F20
Black with #514F20
Text Example
Text Example
White with #514F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F20; }
p { color: rgb(81,79,32); }
H1.HeaderClassName
{
color: #514F20;
}
.AnyTagClassName
{
color: #514F20;
}
</style>
background-color css
<style>
a { background-color: #514F20; }
a { background-color: rgb(81,79,32); }
div.DivClassName
{
background-color: #514F20;
}
.BgClassName
{
background-color: #514F20;
}
</style>
border-color css
<style>
span { border-color: #514F20; }
span { border-color: rgb(81,79,32); }
td.TdClassName
{
border-color: #514F20;
}
.TagClassName
{
border-color: #514F20;
}
</style>