Shades of Army green #514F16
Tints of Army green #514F16
RGB
CMYK
RGB Variations
Color information
#514F16 (or 0x514F16) is known color: Army green. HEX triplet: 51, 4F and 16. RGB value is (81,79,22). Sum of RGB (Red+Green+Blue) = 81+79+22=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #514F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F16 is #AEB0E9. Grayscale: #494949. Windows color (decimal): -11448554 or 1462097. OLE color: 1462097.
HSL color Cylindrical-coordinate representation of color #514F16: hue angle of 57.97º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #514F16 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 79 | 22 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.68 |
| HSL | 57.97º | 0.57% | 0.2% | - |
| HSV(B) | 57.97º | 0.73% | 0.32% | - |
| XYZ | 6.33 | 7.4 | 1.85 | - |
| YUV | 73.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 22 | 0 | 0.02 | 0.73 | 0.68 | 57.97 | 0.57 | 0.2 |
| Hex | 51 | 4F | 16 | 0 | 2 | 49 | 44 | 3A | 39 | 14 |
| Octal | 121 | 117 | 26 | 0 | 2 | 111 | 104 | 72 | 71 | 24 |
| Binary | 1010001 | 1001111 | 10110 | 0 | 10 | 1001001 | 1000100 | 111010 | 111001 | 10100 |
Color Harmonies of #514F16
Complementary color
Monochromatic Colors of #514F16
Black with #514F16
Text Example
Text Example
White with #514F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F16; }
p { color: rgb(81,79,22); }
H1.HeaderClassName
{
color: #514F16;
}
.AnyTagClassName
{
color: #514F16;
}
</style>
background-color css
<style>
a { background-color: #514F16; }
a { background-color: rgb(81,79,22); }
div.DivClassName
{
background-color: #514F16;
}
.BgClassName
{
background-color: #514F16;
}
</style>
border-color css
<style>
span { border-color: #514F16; }
span { border-color: rgb(81,79,22); }
td.TdClassName
{
border-color: #514F16;
}
.TagClassName
{
border-color: #514F16;
}
</style>