Shades of Army green #504E18
Tints of Army green #504E18
RGB
CMYK
RGB Variations
Color information
#504E18 (or 0x504E18) is known color: Army green. HEX triplet: 50, 4E and 18. RGB value is (80,78,24). Sum of RGB (Red+Green+Blue) = 80+78+24=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #504E18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504E18 is #AFB1E7. Grayscale: #484848. Windows color (decimal): -11514344 or 1592912. OLE color: 1592912.
HSL color Cylindrical-coordinate representation of color #504E18: hue angle of 57.86º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504E18 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 78 | 24 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.69 |
| HSL | 57.86º | 0.54% | 0.2% | - |
| HSV(B) | 57.86º | 0.7% | 0.31% | - |
| XYZ | 6.2 | 7.22 | 1.93 | - |
| YUV | 72.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 24 | 0 | 0.02 | 0.70 | 0.69 | 57.86 | 0.54 | 0.2 |
| Hex | 50 | 4E | 18 | 0 | 2 | 46 | 45 | 3A | 36 | 14 |
| Octal | 120 | 116 | 30 | 0 | 2 | 106 | 105 | 72 | 66 | 24 |
| Binary | 1010000 | 1001110 | 11000 | 0 | 10 | 1000110 | 1000101 | 111010 | 110110 | 10100 |
Color Harmonies of #504E18
Complementary color
Monochromatic Colors of #504E18
Black with #504E18
Text Example
Text Example
White with #504E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E18; }
p { color: rgb(80,78,24); }
H1.HeaderClassName
{
color: #504E18;
}
.AnyTagClassName
{
color: #504E18;
}
</style>
background-color css
<style>
a { background-color: #504E18; }
a { background-color: rgb(80,78,24); }
div.DivClassName
{
background-color: #504E18;
}
.BgClassName
{
background-color: #504E18;
}
</style>
border-color css
<style>
span { border-color: #504E18; }
span { border-color: rgb(80,78,24); }
td.TdClassName
{
border-color: #504E18;
}
.TagClassName
{
border-color: #504E18;
}
</style>