Shades of Army green #49481A
Tints of Army green #49481A
RGB
CMYK
RGB Variations
Color information
#49481A (or 0x49481A) is known color: Army green. HEX triplet: 49, 48 and 1A. RGB value is (73,72,26). Sum of RGB (Red+Green+Blue) = 73+72+26=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #49481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49481A is #B6B7E5. Grayscale: #434343. Windows color (decimal): -11974630 or 1722441. OLE color: 1722441.
HSL color Cylindrical-coordinate representation of color #49481A: hue angle of 58.72º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49481A is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 26 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.71 |
| HSL | 58.72º | 0.47% | 0.19% | - |
| HSV(B) | 58.72º | 0.64% | 0.29% | - |
| XYZ | 5.25 | 6.13 | 1.88 | - |
| YUV | 67.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 26 | 0 | 0.01 | 0.64 | 0.71 | 58.72 | 0.47 | 0.19 |
| Hex | 49 | 48 | 1A | 0 | 1 | 40 | 47 | 3B | 2F | 13 |
| Octal | 111 | 110 | 32 | 0 | 1 | 100 | 107 | 73 | 57 | 23 |
| Binary | 1001001 | 1001000 | 11010 | 0 | 1 | 1000000 | 1000111 | 111011 | 101111 | 10011 |
Color Harmonies of #49481A
Complementary color
Monochromatic Colors of #49481A
Black with #49481A
Text Example
Text Example
White with #49481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49481A; }
p { color: rgb(73,72,26); }
H1.HeaderClassName
{
color: #49481A;
}
.AnyTagClassName
{
color: #49481A;
}
</style>
background-color css
<style>
a { background-color: #49481A; }
a { background-color: rgb(73,72,26); }
div.DivClassName
{
background-color: #49481A;
}
.BgClassName
{
background-color: #49481A;
}
</style>
border-color css
<style>
span { border-color: #49481A; }
span { border-color: rgb(73,72,26); }
td.TdClassName
{
border-color: #49481A;
}
.TagClassName
{
border-color: #49481A;
}
</style>