Shades of Army green #49481C
Tints of Army green #49481C
RGB
CMYK
RGB Variations
Color information
#49481C (or 0x49481C) is known color: Army green. HEX triplet: 49, 48 and 1C. RGB value is (73,72,28). Sum of RGB (Red+Green+Blue) = 73+72+28=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #49481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49481C is #B6B7E3. Grayscale: #434343. Windows color (decimal): -11974628 or 1853513. OLE color: 1853513.
HSL color Cylindrical-coordinate representation of color #49481C: hue angle of 58.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49481C is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 28 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.71 |
| HSL | 58.67º | 0.45% | 0.2% | - |
| HSV(B) | 58.67º | 0.62% | 0.29% | - |
| XYZ | 5.27 | 6.14 | 2 | - |
| YUV | 67.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 28 | 0 | 0.01 | 0.62 | 0.71 | 58.67 | 0.45 | 0.2 |
| Hex | 49 | 48 | 1C | 0 | 1 | 3E | 47 | 3B | 2D | 14 |
| Octal | 111 | 110 | 34 | 0 | 1 | 76 | 107 | 73 | 55 | 24 |
| Binary | 1001001 | 1001000 | 11100 | 0 | 1 | 111110 | 1000111 | 111011 | 101101 | 10100 |
Color Harmonies of #49481C
Complementary color
Monochromatic Colors of #49481C
Black with #49481C
Text Example
Text Example
White with #49481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49481C; }
p { color: rgb(73,72,28); }
H1.HeaderClassName
{
color: #49481C;
}
.AnyTagClassName
{
color: #49481C;
}
</style>
background-color css
<style>
a { background-color: #49481C; }
a { background-color: rgb(73,72,28); }
div.DivClassName
{
background-color: #49481C;
}
.BgClassName
{
background-color: #49481C;
}
</style>
border-color css
<style>
span { border-color: #49481C; }
span { border-color: rgb(73,72,28); }
td.TdClassName
{
border-color: #49481C;
}
.TagClassName
{
border-color: #49481C;
}
</style>