Shades of Army green #514F15
Tints of Army green #514F15
RGB
CMYK
RGB Variations
Color information
#514F15 (or 0x514F15) is known color: Army green. HEX triplet: 51, 4F and 15. RGB value is (81,79,21). Sum of RGB (Red+Green+Blue) = 81+79+21=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #514F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F15 is #AEB0EA. Grayscale: #494949. Windows color (decimal): -11448555 or 1396561. OLE color: 1396561.
HSL color Cylindrical-coordinate representation of color #514F15: hue angle of 58º 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 #514F15 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 79 | 21 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.68 |
| HSL | 58º | 0.59% | 0.2% | - |
| HSV(B) | 58º | 0.74% | 0.32% | - |
| XYZ | 6.32 | 7.4 | 1.8 | - |
| YUV | 72.99 | 98.66 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 21 | 0 | 0.02 | 0.74 | 0.68 | 58 | 0.59 | 0.2 |
| Hex | 51 | 4F | 15 | 0 | 2 | 4A | 44 | 3A | 3B | 14 |
| Octal | 121 | 117 | 25 | 0 | 2 | 112 | 104 | 72 | 73 | 24 |
| Binary | 1010001 | 1001111 | 10101 | 0 | 10 | 1001010 | 1000100 | 111010 | 111011 | 10100 |
Color Harmonies of #514F15
Complementary color
Monochromatic Colors of #514F15
Black with #514F15
Text Example
Text Example
White with #514F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F15; }
p { color: rgb(81,79,21); }
H1.HeaderClassName
{
color: #514F15;
}
.AnyTagClassName
{
color: #514F15;
}
</style>
background-color css
<style>
a { background-color: #514F15; }
a { background-color: rgb(81,79,21); }
div.DivClassName
{
background-color: #514F15;
}
.BgClassName
{
background-color: #514F15;
}
</style>
border-color css
<style>
span { border-color: #514F15; }
span { border-color: rgb(81,79,21); }
td.TdClassName
{
border-color: #514F15;
}
.TagClassName
{
border-color: #514F15;
}
</style>