Shades of Army green #515414
Tints of Army green #515414
RGB
CMYK
RGB Variations
Color information
#515414 (or 0x515414) is known color: Army green. HEX triplet: 51, 54 and 14. RGB value is (81,84,20). Sum of RGB (Red+Green+Blue) = 81+84+20=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #515414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515414 is #AEABEB. Grayscale: #4C4C4C. Windows color (decimal): -11447276 or 1332305. OLE color: 1332305.
HSL color Cylindrical-coordinate representation of color #515414: hue angle of 62.81º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #515414 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 84 | 20 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.67 |
| HSL | 62.81º | 0.62% | 0.2% | - |
| HSV(B) | 62.81º | 0.76% | 0.33% | - |
| XYZ | 6.69 | 8.14 | 1.88 | - |
| YUV | 75.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 20 | 0.04 | 0 | 0.76 | 0.67 | 62.81 | 0.62 | 0.2 |
| Hex | 51 | 54 | 14 | 4 | 0 | 4C | 43 | 3F | 3E | 14 |
| Octal | 121 | 124 | 24 | 4 | 0 | 114 | 103 | 77 | 76 | 24 |
| Binary | 1010001 | 1010100 | 10100 | 100 | 0 | 1001100 | 1000011 | 111111 | 111110 | 10100 |
Color Harmonies of #515414
Complementary color
Monochromatic Colors of #515414
Black with #515414
Text Example
Text Example
White with #515414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515414; }
p { color: rgb(81,84,20); }
H1.HeaderClassName
{
color: #515414;
}
.AnyTagClassName
{
color: #515414;
}
</style>
background-color css
<style>
a { background-color: #515414; }
a { background-color: rgb(81,84,20); }
div.DivClassName
{
background-color: #515414;
}
.BgClassName
{
background-color: #515414;
}
</style>
border-color css
<style>
span { border-color: #515414; }
span { border-color: rgb(81,84,20); }
td.TdClassName
{
border-color: #515414;
}
.TagClassName
{
border-color: #515414;
}
</style>