Shades of Army green #505E20
Tints of Army green #505E20
RGB
CMYK
RGB Variations
Color information
#505E20 (or 0x505E20) is known color: Army green. HEX triplet: 50, 5E and 20. RGB value is (80,94,32). Sum of RGB (Red+Green+Blue) = 80+94+32=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 94 - color contains mainly: green. Hex color #505E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505E20 is #AFA1DF. Grayscale: #525252. Windows color (decimal): -11510240 or 2121296. OLE color: 2121296.
HSL color Cylindrical-coordinate representation of color #505E20: hue angle of 73.55º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #505E20 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 94 | 32 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.63 |
| HSL | 73.55º | 0.49% | 0.25% | - |
| HSV(B) | 73.55º | 0.66% | 0.37% | - |
| XYZ | 7.57 | 9.82 | 2.86 | - |
| YUV | 82.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 32 | 0.15 | 0 | 0.66 | 0.63 | 73.55 | 0.49 | 0.25 |
| Hex | 50 | 5E | 20 | F | 0 | 42 | 3F | 4A | 31 | 19 |
| Octal | 120 | 136 | 40 | 17 | 0 | 102 | 77 | 112 | 61 | 31 |
| Binary | 1010000 | 1011110 | 100000 | 1111 | 0 | 1000010 | 111111 | 1001010 | 110001 | 11001 |
Color Harmonies of #505E20
Complementary color
Monochromatic Colors of #505E20
Black with #505E20
Text Example
Text Example
White with #505E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505E20; }
p { color: rgb(80,94,32); }
H1.HeaderClassName
{
color: #505E20;
}
.AnyTagClassName
{
color: #505E20;
}
</style>
background-color css
<style>
a { background-color: #505E20; }
a { background-color: rgb(80,94,32); }
div.DivClassName
{
background-color: #505E20;
}
.BgClassName
{
background-color: #505E20;
}
</style>
border-color css
<style>
span { border-color: #505E20; }
span { border-color: rgb(80,94,32); }
td.TdClassName
{
border-color: #505E20;
}
.TagClassName
{
border-color: #505E20;
}
</style>