Shades of Army green #514E15
Tints of Army green #514E15
RGB
CMYK
RGB Variations
Color information
#514E15 (or 0x514E15) is known color: Army green. HEX triplet: 51, 4E and 15. RGB value is (81,78,21). Sum of RGB (Red+Green+Blue) = 81+78+21=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 78 (30.86% from 255 or 43.33% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #514E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514E15 is #AEB1EA. Grayscale: #484848. Windows color (decimal): -11448811 or 1396305. OLE color: 1396305.
HSL color Cylindrical-coordinate representation of color #514E15: hue angle of 57º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #514E15 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 21 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.68 |
| HSL | 57º | 0.59% | 0.2% | - |
| HSV(B) | 57º | 0.74% | 0.32% | - |
| XYZ | 6.25 | 7.25 | 1.78 | - |
| YUV | 72.4 | 98.99 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 21 | 0 | 0.04 | 0.74 | 0.68 | 57 | 0.59 | 0.2 |
| Hex | 51 | 4E | 15 | 0 | 4 | 4A | 44 | 39 | 3B | 14 |
| Octal | 121 | 116 | 25 | 0 | 4 | 112 | 104 | 71 | 73 | 24 |
| Binary | 1010001 | 1001110 | 10101 | 0 | 100 | 1001010 | 1000100 | 111001 | 111011 | 10100 |
Color Harmonies of #514E15
Complementary color
Monochromatic Colors of #514E15
Black with #514E15
Text Example
Text Example
White with #514E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E15; }
p { color: rgb(81,78,21); }
H1.HeaderClassName
{
color: #514E15;
}
.AnyTagClassName
{
color: #514E15;
}
</style>
background-color css
<style>
a { background-color: #514E15; }
a { background-color: rgb(81,78,21); }
div.DivClassName
{
background-color: #514E15;
}
.BgClassName
{
background-color: #514E15;
}
</style>
border-color css
<style>
span { border-color: #514E15; }
span { border-color: rgb(81,78,21); }
td.TdClassName
{
border-color: #514E15;
}
.TagClassName
{
border-color: #514E15;
}
</style>