Shades of Army green #48491D
Tints of Army green #48491D
RGB
CMYK
RGB Variations
Color information
#48491D (or 0x48491D) is known color: Army green. HEX triplet: 48, 49 and 1D. RGB value is (72,73,29). Sum of RGB (Red+Green+Blue) = 72+73+29=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #48491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48491D is #B7B6E2. Grayscale: #434343. Windows color (decimal): -12039907 or 1919304. OLE color: 1919304.
HSL color Cylindrical-coordinate representation of color #48491D: hue angle of 61.36º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48491D is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 29 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.71 |
| HSL | 61.36º | 0.43% | 0.2% | - |
| HSV(B) | 61.36º | 0.6% | 0.29% | - |
| XYZ | 5.28 | 6.23 | 2.09 | - |
| YUV | 67.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 29 | 0.01 | 0 | 0.60 | 0.71 | 61.36 | 0.43 | 0.2 |
| Hex | 48 | 49 | 1D | 1 | 0 | 3C | 47 | 3D | 2B | 14 |
| Octal | 110 | 111 | 35 | 1 | 0 | 74 | 107 | 75 | 53 | 24 |
| Binary | 1001000 | 1001001 | 11101 | 1 | 0 | 111100 | 1000111 | 111101 | 101011 | 10100 |
Color Harmonies of #48491D
Complementary color
Monochromatic Colors of #48491D
Black with #48491D
Text Example
Text Example
White with #48491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48491D; }
p { color: rgb(72,73,29); }
H1.HeaderClassName
{
color: #48491D;
}
.AnyTagClassName
{
color: #48491D;
}
</style>
background-color css
<style>
a { background-color: #48491D; }
a { background-color: rgb(72,73,29); }
div.DivClassName
{
background-color: #48491D;
}
.BgClassName
{
background-color: #48491D;
}
</style>
border-color css
<style>
span { border-color: #48491D; }
span { border-color: rgb(72,73,29); }
td.TdClassName
{
border-color: #48491D;
}
.TagClassName
{
border-color: #48491D;
}
</style>