Shades of Army green #505219
Tints of Army green #505219
RGB
CMYK
RGB Variations
Color information
#505219 (or 0x505219) is known color: Army green. HEX triplet: 50, 52 and 19. RGB value is (80,82,25). Sum of RGB (Red+Green+Blue) = 80+82+25=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #505219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505219 is #AFADE6. Grayscale: #4B4B4B. Windows color (decimal): -11513319 or 1659472. OLE color: 1659472.
HSL color Cylindrical-coordinate representation of color #505219: hue angle of 62.11º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #505219 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 82 | 25 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.68 |
| HSL | 62.11º | 0.53% | 0.21% | - |
| HSV(B) | 62.11º | 0.7% | 0.32% | - |
| XYZ | 6.5 | 7.81 | 2.08 | - |
| YUV | 74.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 25 | 0.02 | 0 | 0.70 | 0.68 | 62.11 | 0.53 | 0.21 |
| Hex | 50 | 52 | 19 | 2 | 0 | 46 | 44 | 3E | 35 | 15 |
| Octal | 120 | 122 | 31 | 2 | 0 | 106 | 104 | 76 | 65 | 25 |
| Binary | 1010000 | 1010010 | 11001 | 10 | 0 | 1000110 | 1000100 | 111110 | 110101 | 10101 |
Color Harmonies of #505219
Complementary color
Monochromatic Colors of #505219
Black with #505219
Text Example
Text Example
White with #505219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505219; }
p { color: rgb(80,82,25); }
H1.HeaderClassName
{
color: #505219;
}
.AnyTagClassName
{
color: #505219;
}
</style>
background-color css
<style>
a { background-color: #505219; }
a { background-color: rgb(80,82,25); }
div.DivClassName
{
background-color: #505219;
}
.BgClassName
{
background-color: #505219;
}
</style>
border-color css
<style>
span { border-color: #505219; }
span { border-color: rgb(80,82,25); }
td.TdClassName
{
border-color: #505219;
}
.TagClassName
{
border-color: #505219;
}
</style>