Shades of Army green #504D17
Tints of Army green #504D17
RGB
CMYK
RGB Variations
Color information
#504D17 (or 0x504D17) is known color: Army green. HEX triplet: 50, 4D and 17. RGB value is (80,77,23). Sum of RGB (Red+Green+Blue) = 80+77+23=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #504D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D17 is #AFB2E8. Grayscale: #474747. Windows color (decimal): -11514601 or 1527120. OLE color: 1527120.
HSL color Cylindrical-coordinate representation of color #504D17: hue angle of 56.84º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #504D17 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 77 | 23 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.69 |
| HSL | 56.84º | 0.55% | 0.2% | - |
| HSV(B) | 56.84º | 0.71% | 0.31% | - |
| XYZ | 6.12 | 7.08 | 1.85 | - |
| YUV | 71.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 23 | 0 | 0.04 | 0.71 | 0.69 | 56.84 | 0.55 | 0.2 |
| Hex | 50 | 4D | 17 | 0 | 4 | 47 | 45 | 39 | 37 | 14 |
| Octal | 120 | 115 | 27 | 0 | 4 | 107 | 105 | 71 | 67 | 24 |
| Binary | 1010000 | 1001101 | 10111 | 0 | 100 | 1000111 | 1000101 | 111001 | 110111 | 10100 |
Color Harmonies of #504D17
Complementary color
Monochromatic Colors of #504D17
Black with #504D17
Text Example
Text Example
White with #504D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D17; }
p { color: rgb(80,77,23); }
H1.HeaderClassName
{
color: #504D17;
}
.AnyTagClassName
{
color: #504D17;
}
</style>
background-color css
<style>
a { background-color: #504D17; }
a { background-color: rgb(80,77,23); }
div.DivClassName
{
background-color: #504D17;
}
.BgClassName
{
background-color: #504D17;
}
</style>
border-color css
<style>
span { border-color: #504D17; }
span { border-color: rgb(80,77,23); }
td.TdClassName
{
border-color: #504D17;
}
.TagClassName
{
border-color: #504D17;
}
</style>