Shades of Army green #515214
Tints of Army green #515214
RGB
CMYK
RGB Variations
Color information
#515214 (or 0x515214) is known color: Army green. HEX triplet: 51, 52 and 14. RGB value is (81,82,20). Sum of RGB (Red+Green+Blue) = 81+82+20=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #515214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515214 is #AEADEB. Grayscale: #4A4A4A. Windows color (decimal): -11447788 or 1331793. OLE color: 1331793.
HSL color Cylindrical-coordinate representation of color #515214: hue angle of 60.97º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #515214 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 82 | 20 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.68 |
| HSL | 60.97º | 0.61% | 0.2% | - |
| HSV(B) | 60.97º | 0.76% | 0.32% | - |
| XYZ | 6.54 | 7.83 | 1.83 | - |
| YUV | 74.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 20 | 0.01 | 0 | 0.76 | 0.68 | 60.97 | 0.61 | 0.2 |
| Hex | 51 | 52 | 14 | 1 | 0 | 4C | 44 | 3D | 3D | 14 |
| Octal | 121 | 122 | 24 | 1 | 0 | 114 | 104 | 75 | 75 | 24 |
| Binary | 1010001 | 1010010 | 10100 | 1 | 0 | 1001100 | 1000100 | 111101 | 111101 | 10100 |
Color Harmonies of #515214
Complementary color
Monochromatic Colors of #515214
Black with #515214
Text Example
Text Example
White with #515214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515214; }
p { color: rgb(81,82,20); }
H1.HeaderClassName
{
color: #515214;
}
.AnyTagClassName
{
color: #515214;
}
</style>
background-color css
<style>
a { background-color: #515214; }
a { background-color: rgb(81,82,20); }
div.DivClassName
{
background-color: #515214;
}
.BgClassName
{
background-color: #515214;
}
</style>
border-color css
<style>
span { border-color: #515214; }
span { border-color: rgb(81,82,20); }
td.TdClassName
{
border-color: #515214;
}
.TagClassName
{
border-color: #515214;
}
</style>