Shades of Army green #50511E
Tints of Army green #50511E
RGB
CMYK
RGB Variations
Color information
#50511E (or 0x50511E) is known color: Army green. HEX triplet: 50, 51 and 1E. RGB value is (80,81,30). Sum of RGB (Red+Green+Blue) = 80+81+30=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 81 - color contains mainly: green. Hex color #50511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50511E is #AFAEE1. Grayscale: #4B4B4B. Windows color (decimal): -11513570 or 1986896. OLE color: 1986896.
HSL color Cylindrical-coordinate representation of color #50511E: hue angle of 61.18º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50511E is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 81 | 30 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.68 |
| HSL | 61.18º | 0.46% | 0.22% | - |
| HSV(B) | 61.18º | 0.63% | 0.32% | - |
| XYZ | 6.49 | 7.68 | 2.37 | - |
| YUV | 74.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 30 | 0.01 | 0 | 0.63 | 0.68 | 61.18 | 0.46 | 0.22 |
| Hex | 50 | 51 | 1E | 1 | 0 | 3F | 44 | 3D | 2E | 16 |
| Octal | 120 | 121 | 36 | 1 | 0 | 77 | 104 | 75 | 56 | 26 |
| Binary | 1010000 | 1010001 | 11110 | 1 | 0 | 111111 | 1000100 | 111101 | 101110 | 10110 |
Color Harmonies of #50511E
Complementary color
Monochromatic Colors of #50511E
Black with #50511E
Text Example
Text Example
White with #50511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50511E; }
p { color: rgb(80,81,30); }
H1.HeaderClassName
{
color: #50511E;
}
.AnyTagClassName
{
color: #50511E;
}
</style>
background-color css
<style>
a { background-color: #50511E; }
a { background-color: rgb(80,81,30); }
div.DivClassName
{
background-color: #50511E;
}
.BgClassName
{
background-color: #50511E;
}
</style>
border-color css
<style>
span { border-color: #50511E; }
span { border-color: rgb(80,81,30); }
td.TdClassName
{
border-color: #50511E;
}
.TagClassName
{
border-color: #50511E;
}
</style>