Shades of Army green #514E19
Tints of Army green #514E19
RGB
CMYK
RGB Variations
Color information
#514E19 (or 0x514E19) is known color: Army green. HEX triplet: 51, 4E and 19. RGB value is (81,78,25). Sum of RGB (Red+Green+Blue) = 81+78+25=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #514E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514E19 is #AEB1E6. Grayscale: #494949. Windows color (decimal): -11448807 or 1658449. OLE color: 1658449.
HSL color Cylindrical-coordinate representation of color #514E19: hue angle of 56.79º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #514E19 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 25 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.68 |
| HSL | 56.79º | 0.53% | 0.21% | - |
| HSV(B) | 56.79º | 0.69% | 0.32% | - |
| XYZ | 6.29 | 7.27 | 1.99 | - |
| YUV | 72.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 25 | 0 | 0.04 | 0.69 | 0.68 | 56.79 | 0.53 | 0.21 |
| Hex | 51 | 4E | 19 | 0 | 4 | 45 | 44 | 39 | 35 | 15 |
| Octal | 121 | 116 | 31 | 0 | 4 | 105 | 104 | 71 | 65 | 25 |
| Binary | 1010001 | 1001110 | 11001 | 0 | 100 | 1000101 | 1000100 | 111001 | 110101 | 10101 |
Color Harmonies of #514E19
Complementary color
Monochromatic Colors of #514E19
Black with #514E19
Text Example
Text Example
White with #514E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E19; }
p { color: rgb(81,78,25); }
H1.HeaderClassName
{
color: #514E19;
}
.AnyTagClassName
{
color: #514E19;
}
</style>
background-color css
<style>
a { background-color: #514E19; }
a { background-color: rgb(81,78,25); }
div.DivClassName
{
background-color: #514E19;
}
.BgClassName
{
background-color: #514E19;
}
</style>
border-color css
<style>
span { border-color: #514E19; }
span { border-color: rgb(81,78,25); }
td.TdClassName
{
border-color: #514E19;
}
.TagClassName
{
border-color: #514E19;
}
</style>