Shades of Army green #49481B
Tints of Army green #49481B
RGB
CMYK
RGB Variations
Color information
#49481B (or 0x49481B) is known color: Army green. HEX triplet: 49, 48 and 1B. RGB value is (73,72,27). Sum of RGB (Red+Green+Blue) = 73+72+27=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #49481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49481B is #B6B7E4. Grayscale: #434343. Windows color (decimal): -11974629 or 1787977. OLE color: 1787977.
HSL color Cylindrical-coordinate representation of color #49481B: hue angle of 58.7º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49481B is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 27 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.71 |
| HSL | 58.7º | 0.46% | 0.2% | - |
| HSV(B) | 58.7º | 0.63% | 0.29% | - |
| XYZ | 5.26 | 6.13 | 1.94 | - |
| YUV | 67.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 27 | 0 | 0.01 | 0.63 | 0.71 | 58.7 | 0.46 | 0.2 |
| Hex | 49 | 48 | 1B | 0 | 1 | 3F | 47 | 3B | 2E | 14 |
| Octal | 111 | 110 | 33 | 0 | 1 | 77 | 107 | 73 | 56 | 24 |
| Binary | 1001001 | 1001000 | 11011 | 0 | 1 | 111111 | 1000111 | 111011 | 101110 | 10100 |
Color Harmonies of #49481B
Complementary color
Monochromatic Colors of #49481B
Black with #49481B
Text Example
Text Example
White with #49481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49481B; }
p { color: rgb(73,72,27); }
H1.HeaderClassName
{
color: #49481B;
}
.AnyTagClassName
{
color: #49481B;
}
</style>
background-color css
<style>
a { background-color: #49481B; }
a { background-color: rgb(73,72,27); }
div.DivClassName
{
background-color: #49481B;
}
.BgClassName
{
background-color: #49481B;
}
</style>
border-color css
<style>
span { border-color: #49481B; }
span { border-color: rgb(73,72,27); }
td.TdClassName
{
border-color: #49481B;
}
.TagClassName
{
border-color: #49481B;
}
</style>