Shades of Army green #48471C
Tints of Army green #48471C
RGB
CMYK
RGB Variations
Color information
#48471C (or 0x48471C) is known color: Army green. HEX triplet: 48, 47 and 1C. RGB value is (72,71,28). Sum of RGB (Red+Green+Blue) = 72+71+28=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #48471C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48471C is #B7B8E3. Grayscale: #424242. Windows color (decimal): -12040420 or 1853256. OLE color: 1853256.
HSL color Cylindrical-coordinate representation of color #48471C: hue angle of 58.64º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48471C is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 28 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.72 |
| HSL | 58.64º | 0.44% | 0.2% | - |
| HSV(B) | 58.64º | 0.61% | 0.28% | - |
| XYZ | 5.14 | 5.97 | 1.98 | - |
| YUV | 66.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 28 | 0 | 0.01 | 0.61 | 0.72 | 58.64 | 0.44 | 0.2 |
| Hex | 48 | 47 | 1C | 0 | 1 | 3D | 48 | 3B | 2C | 14 |
| Octal | 110 | 107 | 34 | 0 | 1 | 75 | 110 | 73 | 54 | 24 |
| Binary | 1001000 | 1000111 | 11100 | 0 | 1 | 111101 | 1001000 | 111011 | 101100 | 10100 |
Color Harmonies of #48471C
Complementary color
Monochromatic Colors of #48471C
Black with #48471C
Text Example
Text Example
White with #48471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48471C; }
p { color: rgb(72,71,28); }
H1.HeaderClassName
{
color: #48471C;
}
.AnyTagClassName
{
color: #48471C;
}
</style>
background-color css
<style>
a { background-color: #48471C; }
a { background-color: rgb(72,71,28); }
div.DivClassName
{
background-color: #48471C;
}
.BgClassName
{
background-color: #48471C;
}
</style>
border-color css
<style>
span { border-color: #48471C; }
span { border-color: rgb(72,71,28); }
td.TdClassName
{
border-color: #48471C;
}
.TagClassName
{
border-color: #48471C;
}
</style>