Shades of Army green #514E12
Tints of Army green #514E12
RGB
CMYK
RGB Variations
Color information
#514E12 (or 0x514E12) is known color: Army green. HEX triplet: 51, 4E and 12. RGB value is (81,78,18). Sum of RGB (Red+Green+Blue) = 81+78+18=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #514E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514E12 is #AEB1ED. Grayscale: #484848. Windows color (decimal): -11448814 or 1199697. OLE color: 1199697.
HSL color Cylindrical-coordinate representation of color #514E12: hue angle of 57.14º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #514E12 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 18 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.68 |
| HSL | 57.14º | 0.64% | 0.19% | - |
| HSV(B) | 57.14º | 0.78% | 0.32% | - |
| XYZ | 6.23 | 7.24 | 1.64 | - |
| YUV | 72.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 18 | 0 | 0.04 | 0.78 | 0.68 | 57.14 | 0.64 | 0.19 |
| Hex | 51 | 4E | 12 | 0 | 4 | 4E | 44 | 39 | 40 | 13 |
| Octal | 121 | 116 | 22 | 0 | 4 | 116 | 104 | 71 | 100 | 23 |
| Binary | 1010001 | 1001110 | 10010 | 0 | 100 | 1001110 | 1000100 | 111001 | 1000000 | 10011 |
Color Harmonies of #514E12
Complementary color
Monochromatic Colors of #514E12
Black with #514E12
Text Example
Text Example
White with #514E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E12; }
p { color: rgb(81,78,18); }
H1.HeaderClassName
{
color: #514E12;
}
.AnyTagClassName
{
color: #514E12;
}
</style>
background-color css
<style>
a { background-color: #514E12; }
a { background-color: rgb(81,78,18); }
div.DivClassName
{
background-color: #514E12;
}
.BgClassName
{
background-color: #514E12;
}
</style>
border-color css
<style>
span { border-color: #514E12; }
span { border-color: rgb(81,78,18); }
td.TdClassName
{
border-color: #514E12;
}
.TagClassName
{
border-color: #514E12;
}
</style>