Shades of Army green #504F1E
Tints of Army green #504F1E
RGB
CMYK
RGB Variations
Color information
#504F1E (or 0x504F1E) is known color: Army green. HEX triplet: 50, 4F and 1E. RGB value is (80,79,30). Sum of RGB (Red+Green+Blue) = 80+79+30=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #504F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F1E is #AFB0E1. Grayscale: #494949. Windows color (decimal): -11514082 or 1986384. OLE color: 1986384.
HSL color Cylindrical-coordinate representation of color #504F1E: hue angle of 58.8º 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 #504F1E is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 30 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.69 |
| HSL | 58.8º | 0.45% | 0.22% | - |
| HSV(B) | 58.8º | 0.63% | 0.31% | - |
| XYZ | 6.34 | 7.39 | 2.32 | - |
| YUV | 73.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 30 | 0 | 0.01 | 0.62 | 0.69 | 58.8 | 0.45 | 0.22 |
| Hex | 50 | 4F | 1E | 0 | 1 | 3E | 45 | 3B | 2D | 16 |
| Octal | 120 | 117 | 36 | 0 | 1 | 76 | 105 | 73 | 55 | 26 |
| Binary | 1010000 | 1001111 | 11110 | 0 | 1 | 111110 | 1000101 | 111011 | 101101 | 10110 |
Color Harmonies of #504F1E
Complementary color
Monochromatic Colors of #504F1E
Black with #504F1E
Text Example
Text Example
White with #504F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F1E; }
p { color: rgb(80,79,30); }
H1.HeaderClassName
{
color: #504F1E;
}
.AnyTagClassName
{
color: #504F1E;
}
</style>
background-color css
<style>
a { background-color: #504F1E; }
a { background-color: rgb(80,79,30); }
div.DivClassName
{
background-color: #504F1E;
}
.BgClassName
{
background-color: #504F1E;
}
</style>
border-color css
<style>
span { border-color: #504F1E; }
span { border-color: rgb(80,79,30); }
td.TdClassName
{
border-color: #504F1E;
}
.TagClassName
{
border-color: #504F1E;
}
</style>