Shades of Army green #504D15
Tints of Army green #504D15
RGB
CMYK
RGB Variations
Color information
#504D15 (or 0x504D15) is known color: Army green. HEX triplet: 50, 4D and 15. RGB value is (80,77,21). Sum of RGB (Red+Green+Blue) = 80+77+21=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #504D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D15 is #AFB2EA. Grayscale: #474747. Windows color (decimal): -11514603 or 1396048. OLE color: 1396048.
HSL color Cylindrical-coordinate representation of color #504D15: hue angle of 56.95º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #504D15 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 77 | 21 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.69 |
| HSL | 56.95º | 0.58% | 0.2% | - |
| HSV(B) | 56.95º | 0.74% | 0.31% | - |
| XYZ | 6.1 | 7.07 | 1.75 | - |
| YUV | 71.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 21 | 0 | 0.04 | 0.74 | 0.69 | 56.95 | 0.58 | 0.2 |
| Hex | 50 | 4D | 15 | 0 | 4 | 4A | 45 | 39 | 3A | 14 |
| Octal | 120 | 115 | 25 | 0 | 4 | 112 | 105 | 71 | 72 | 24 |
| Binary | 1010000 | 1001101 | 10101 | 0 | 100 | 1001010 | 1000101 | 111001 | 111010 | 10100 |
Color Harmonies of #504D15
Complementary color
Monochromatic Colors of #504D15
Black with #504D15
Text Example
Text Example
White with #504D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D15; }
p { color: rgb(80,77,21); }
H1.HeaderClassName
{
color: #504D15;
}
.AnyTagClassName
{
color: #504D15;
}
</style>
background-color css
<style>
a { background-color: #504D15; }
a { background-color: rgb(80,77,21); }
div.DivClassName
{
background-color: #504D15;
}
.BgClassName
{
background-color: #504D15;
}
</style>
border-color css
<style>
span { border-color: #504D15; }
span { border-color: rgb(80,77,21); }
td.TdClassName
{
border-color: #504D15;
}
.TagClassName
{
border-color: #504D15;
}
</style>