Shades of Army green #514E10
Tints of Army green #514E10
RGB
CMYK
RGB Variations
Color information
#514E10 (or 0x514E10) is known color: Army green. HEX triplet: 51, 4E and 10. RGB value is (81,78,16). Sum of RGB (Red+Green+Blue) = 81+78+16=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #514E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514E10 is #AEB1EF. Grayscale: #484848. Windows color (decimal): -11448816 or 1068625. OLE color: 1068625.
HSL color Cylindrical-coordinate representation of color #514E10: hue angle of 57.23º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #514E10 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 16 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.68 |
| HSL | 57.23º | 0.67% | 0.19% | - |
| HSV(B) | 57.23º | 0.8% | 0.32% | - |
| XYZ | 6.21 | 7.24 | 1.56 | - |
| YUV | 71.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 16 | 0 | 0.04 | 0.80 | 0.68 | 57.23 | 0.67 | 0.19 |
| Hex | 51 | 4E | 10 | 0 | 4 | 50 | 44 | 39 | 43 | 13 |
| Octal | 121 | 116 | 20 | 0 | 4 | 120 | 104 | 71 | 103 | 23 |
| Binary | 1010001 | 1001110 | 10000 | 0 | 100 | 1010000 | 1000100 | 111001 | 1000011 | 10011 |
Color Harmonies of #514E10
Complementary color
Monochromatic Colors of #514E10
Black with #514E10
Text Example
Text Example
White with #514E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E10; }
p { color: rgb(81,78,16); }
H1.HeaderClassName
{
color: #514E10;
}
.AnyTagClassName
{
color: #514E10;
}
</style>
background-color css
<style>
a { background-color: #514E10; }
a { background-color: rgb(81,78,16); }
div.DivClassName
{
background-color: #514E10;
}
.BgClassName
{
background-color: #514E10;
}
</style>
border-color css
<style>
span { border-color: #514E10; }
span { border-color: rgb(81,78,16); }
td.TdClassName
{
border-color: #514E10;
}
.TagClassName
{
border-color: #514E10;
}
</style>