Shades of Army green #504D13
Tints of Army green #504D13
RGB
CMYK
RGB Variations
Color information
#504D13 (or 0x504D13) is known color: Army green. HEX triplet: 50, 4D and 13. RGB value is (80,77,19). Sum of RGB (Red+Green+Blue) = 80+77+19=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #504D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D13 is #AFB2EC. Grayscale: #474747. Windows color (decimal): -11514605 or 1264976. OLE color: 1264976.
HSL color Cylindrical-coordinate representation of color #504D13: hue angle of 57.05º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #504D13 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 77 | 19 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.69 |
| HSL | 57.05º | 0.62% | 0.19% | - |
| HSV(B) | 57.05º | 0.76% | 0.31% | - |
| XYZ | 6.08 | 7.06 | 1.66 | - |
| YUV | 71.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 19 | 0 | 0.04 | 0.76 | 0.69 | 57.05 | 0.62 | 0.19 |
| Hex | 50 | 4D | 13 | 0 | 4 | 4C | 45 | 39 | 3E | 13 |
| Octal | 120 | 115 | 23 | 0 | 4 | 114 | 105 | 71 | 76 | 23 |
| Binary | 1010000 | 1001101 | 10011 | 0 | 100 | 1001100 | 1000101 | 111001 | 111110 | 10011 |
Color Harmonies of #504D13
Complementary color
Monochromatic Colors of #504D13
Black with #504D13
Text Example
Text Example
White with #504D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D13; }
p { color: rgb(80,77,19); }
H1.HeaderClassName
{
color: #504D13;
}
.AnyTagClassName
{
color: #504D13;
}
</style>
background-color css
<style>
a { background-color: #504D13; }
a { background-color: rgb(80,77,19); }
div.DivClassName
{
background-color: #504D13;
}
.BgClassName
{
background-color: #504D13;
}
</style>
border-color css
<style>
span { border-color: #504D13; }
span { border-color: rgb(80,77,19); }
td.TdClassName
{
border-color: #504D13;
}
.TagClassName
{
border-color: #504D13;
}
</style>