Shades of Army green #505214
Tints of Army green #505214
RGB
CMYK
RGB Variations
Color information
#505214 (or 0x505214) is known color: Army green. HEX triplet: 50, 52 and 14. RGB value is (80,82,20). Sum of RGB (Red+Green+Blue) = 80+82+20=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #505214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505214 is #AFADEB. Grayscale: #4A4A4A. Windows color (decimal): -11513324 or 1331792. OLE color: 1331792.
HSL color Cylindrical-coordinate representation of color #505214: hue angle of 61.94º 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 #505214 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 82 | 20 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.68 |
| HSL | 61.94º | 0.61% | 0.2% | - |
| HSV(B) | 61.94º | 0.76% | 0.32% | - |
| XYZ | 6.45 | 7.79 | 1.83 | - |
| YUV | 74.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 20 | 0.02 | 0 | 0.76 | 0.68 | 61.94 | 0.61 | 0.2 |
| Hex | 50 | 52 | 14 | 2 | 0 | 4C | 44 | 3E | 3D | 14 |
| Octal | 120 | 122 | 24 | 2 | 0 | 114 | 104 | 76 | 75 | 24 |
| Binary | 1010000 | 1010010 | 10100 | 10 | 0 | 1001100 | 1000100 | 111110 | 111101 | 10100 |
Color Harmonies of #505214
Complementary color
Monochromatic Colors of #505214
Black with #505214
Text Example
Text Example
White with #505214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505214; }
p { color: rgb(80,82,20); }
H1.HeaderClassName
{
color: #505214;
}
.AnyTagClassName
{
color: #505214;
}
</style>
background-color css
<style>
a { background-color: #505214; }
a { background-color: rgb(80,82,20); }
div.DivClassName
{
background-color: #505214;
}
.BgClassName
{
background-color: #505214;
}
</style>
border-color css
<style>
span { border-color: #505214; }
span { border-color: rgb(80,82,20); }
td.TdClassName
{
border-color: #505214;
}
.TagClassName
{
border-color: #505214;
}
</style>