Shades of Army green #50501F
Tints of Army green #50501F
RGB
CMYK
RGB Variations
Color information
#50501F (or 0x50501F) is known color: Army green. HEX triplet: 50, 50 and 1F. RGB value is (80,80,31). Sum of RGB (Red+Green+Blue) = 80+80+31=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50501F is #AFAFE0. Grayscale: #4A4A4A. Windows color (decimal): -11513825 or 2052176. OLE color: 2052176.
HSL color Cylindrical-coordinate representation of color #50501F: hue angle of 60º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50501F is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 80 | 31 | - |
| CMYK | 0 | 0 | 0.61 | 0.69 |
| HSL | 60º | 0.44% | 0.22% | - |
| HSV(B) | 60º | 0.61% | 0.31% | - |
| XYZ | 6.42 | 7.54 | 2.41 | - |
| YUV | 74.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 31 | 0 | 0 | 0.61 | 0.69 | 60 | 0.44 | 0.22 |
| Hex | 50 | 50 | 1F | 0 | 0 | 3D | 45 | 3C | 2C | 16 |
| Octal | 120 | 120 | 37 | 0 | 0 | 75 | 105 | 74 | 54 | 26 |
| Binary | 1010000 | 1010000 | 11111 | 0 | 0 | 111101 | 1000101 | 111100 | 101100 | 10110 |
Color Harmonies of #50501F
Complementary color
Monochromatic Colors of #50501F
Black with #50501F
Text Example
Text Example
White with #50501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50501F; }
p { color: rgb(80,80,31); }
H1.HeaderClassName
{
color: #50501F;
}
.AnyTagClassName
{
color: #50501F;
}
</style>
background-color css
<style>
a { background-color: #50501F; }
a { background-color: rgb(80,80,31); }
div.DivClassName
{
background-color: #50501F;
}
.BgClassName
{
background-color: #50501F;
}
</style>
border-color css
<style>
span { border-color: #50501F; }
span { border-color: rgb(80,80,31); }
td.TdClassName
{
border-color: #50501F;
}
.TagClassName
{
border-color: #50501F;
}
</style>