Shades of Army green #50501E
Tints of Army green #50501E
RGB
CMYK
RGB Variations
Color information
#50501E (or 0x50501E) is known color: Army green. HEX triplet: 50, 50 and 1E. RGB value is (80,80,30). Sum of RGB (Red+Green+Blue) = 80+80+30=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50501E is #AFAFE1. Grayscale: #4A4A4A. Windows color (decimal): -11513826 or 1986640. OLE color: 1986640.
HSL color Cylindrical-coordinate representation of color #50501E: hue angle of 60º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50501E is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 80 | 30 | - |
| CMYK | 0 | 0 | 0.62 | 0.69 |
| HSL | 60º | 0.45% | 0.22% | - |
| HSV(B) | 60º | 0.63% | 0.31% | - |
| XYZ | 6.41 | 7.54 | 2.35 | - |
| YUV | 74.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 30 | 0 | 0 | 0.62 | 0.69 | 60 | 0.45 | 0.22 |
| Hex | 50 | 50 | 1E | 0 | 0 | 3E | 45 | 3C | 2D | 16 |
| Octal | 120 | 120 | 36 | 0 | 0 | 76 | 105 | 74 | 55 | 26 |
| Binary | 1010000 | 1010000 | 11110 | 0 | 0 | 111110 | 1000101 | 111100 | 101101 | 10110 |
Color Harmonies of #50501E
Complementary color
Monochromatic Colors of #50501E
Black with #50501E
Text Example
Text Example
White with #50501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50501E; }
p { color: rgb(80,80,30); }
H1.HeaderClassName
{
color: #50501E;
}
.AnyTagClassName
{
color: #50501E;
}
</style>
background-color css
<style>
a { background-color: #50501E; }
a { background-color: rgb(80,80,30); }
div.DivClassName
{
background-color: #50501E;
}
.BgClassName
{
background-color: #50501E;
}
</style>
border-color css
<style>
span { border-color: #50501E; }
span { border-color: rgb(80,80,30); }
td.TdClassName
{
border-color: #50501E;
}
.TagClassName
{
border-color: #50501E;
}
</style>