Shades of Army green #504D11
Tints of Army green #504D11
RGB
CMYK
RGB Variations
Color information
#504D11 (or 0x504D11) is known color: Army green. HEX triplet: 50, 4D and 11. RGB value is (80,77,17). Sum of RGB (Red+Green+Blue) = 80+77+17=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #504D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D11 is #AFB2EE. Grayscale: #474747. Windows color (decimal): -11514607 or 1133904. OLE color: 1133904.
HSL color Cylindrical-coordinate representation of color #504D11: hue angle of 57.14º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #504D11 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 77 | 17 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.69 |
| HSL | 57.14º | 0.65% | 0.19% | - |
| HSV(B) | 57.14º | 0.79% | 0.31% | - |
| XYZ | 6.06 | 7.05 | 1.57 | - |
| YUV | 71.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 17 | 0 | 0.04 | 0.79 | 0.69 | 57.14 | 0.65 | 0.19 |
| Hex | 50 | 4D | 11 | 0 | 4 | 4F | 45 | 39 | 41 | 13 |
| Octal | 120 | 115 | 21 | 0 | 4 | 117 | 105 | 71 | 101 | 23 |
| Binary | 1010000 | 1001101 | 10001 | 0 | 100 | 1001111 | 1000101 | 111001 | 1000001 | 10011 |
Color Harmonies of #504D11
Complementary color
Monochromatic Colors of #504D11
Black with #504D11
Text Example
Text Example
White with #504D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D11; }
p { color: rgb(80,77,17); }
H1.HeaderClassName
{
color: #504D11;
}
.AnyTagClassName
{
color: #504D11;
}
</style>
background-color css
<style>
a { background-color: #504D11; }
a { background-color: rgb(80,77,17); }
div.DivClassName
{
background-color: #504D11;
}
.BgClassName
{
background-color: #504D11;
}
</style>
border-color css
<style>
span { border-color: #504D11; }
span { border-color: rgb(80,77,17); }
td.TdClassName
{
border-color: #504D11;
}
.TagClassName
{
border-color: #504D11;
}
</style>