Shades of Army green #50601E
Tints of Army green #50601E
RGB
CMYK
RGB Variations
Color information
#50601E (or 0x50601E) is known color: Army green. HEX triplet: 50, 60 and 1E. RGB value is (80,96,30). Sum of RGB (Red+Green+Blue) = 80+96+30=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #50601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50601E is #AF9FE1. Grayscale: #535353. Windows color (decimal): -11509730 or 1990736. OLE color: 1990736.
HSL color Cylindrical-coordinate representation of color #50601E: hue angle of 74.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50601E is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 96 | 30 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.62 |
| HSL | 74.55º | 0.52% | 0.25% | - |
| HSV(B) | 74.55º | 0.69% | 0.38% | - |
| XYZ | 7.73 | 10.16 | 2.78 | - |
| YUV | 83.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 30 | 0.17 | 0 | 0.69 | 0.62 | 74.55 | 0.52 | 0.25 |
| Hex | 50 | 60 | 1E | 11 | 0 | 45 | 3E | 4B | 34 | 19 |
| Octal | 120 | 140 | 36 | 21 | 0 | 105 | 76 | 113 | 64 | 31 |
| Binary | 1010000 | 1100000 | 11110 | 10001 | 0 | 1000101 | 111110 | 1001011 | 110100 | 11001 |
Color Harmonies of #50601E
Complementary color
Monochromatic Colors of #50601E
Black with #50601E
Text Example
Text Example
White with #50601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50601E; }
p { color: rgb(80,96,30); }
H1.HeaderClassName
{
color: #50601E;
}
.AnyTagClassName
{
color: #50601E;
}
</style>
background-color css
<style>
a { background-color: #50601E; }
a { background-color: rgb(80,96,30); }
div.DivClassName
{
background-color: #50601E;
}
.BgClassName
{
background-color: #50601E;
}
</style>
border-color css
<style>
span { border-color: #50601E; }
span { border-color: rgb(80,96,30); }
td.TdClassName
{
border-color: #50601E;
}
.TagClassName
{
border-color: #50601E;
}
</style>