Shades of Army green #505119
Tints of Army green #505119
RGB
CMYK
RGB Variations
Color information
#505119 (or 0x505119) is known color: Army green. HEX triplet: 50, 51 and 19. RGB value is (80,81,25). Sum of RGB (Red+Green+Blue) = 80+81+25=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #505119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505119 is #AFAEE6. Grayscale: #4A4A4A. Windows color (decimal): -11513575 or 1659216. OLE color: 1659216.
HSL color Cylindrical-coordinate representation of color #505119: hue angle of 61.07º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #505119 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 81 | 25 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.68 |
| HSL | 61.07º | 0.53% | 0.21% | - |
| HSV(B) | 61.07º | 0.69% | 0.32% | - |
| XYZ | 6.43 | 7.66 | 2.06 | - |
| YUV | 74.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 25 | 0.01 | 0 | 0.69 | 0.68 | 61.07 | 0.53 | 0.21 |
| Hex | 50 | 51 | 19 | 1 | 0 | 45 | 44 | 3D | 35 | 15 |
| Octal | 120 | 121 | 31 | 1 | 0 | 105 | 104 | 75 | 65 | 25 |
| Binary | 1010000 | 1010001 | 11001 | 1 | 0 | 1000101 | 1000100 | 111101 | 110101 | 10101 |
Color Harmonies of #505119
Complementary color
Monochromatic Colors of #505119
Black with #505119
Text Example
Text Example
White with #505119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505119; }
p { color: rgb(80,81,25); }
H1.HeaderClassName
{
color: #505119;
}
.AnyTagClassName
{
color: #505119;
}
</style>
background-color css
<style>
a { background-color: #505119; }
a { background-color: rgb(80,81,25); }
div.DivClassName
{
background-color: #505119;
}
.BgClassName
{
background-color: #505119;
}
</style>
border-color css
<style>
span { border-color: #505119; }
span { border-color: rgb(80,81,25); }
td.TdClassName
{
border-color: #505119;
}
.TagClassName
{
border-color: #505119;
}
</style>