Shades of Army green #48491B
Tints of Army green #48491B
RGB
CMYK
RGB Variations
Color information
#48491B (or 0x48491B) is known color: Army green. HEX triplet: 48, 49 and 1B. RGB value is (72,73,27). Sum of RGB (Red+Green+Blue) = 72+73+27=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #48491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48491B is #B7B6E4. Grayscale: #434343. Windows color (decimal): -12039909 or 1788232. OLE color: 1788232.
HSL color Cylindrical-coordinate representation of color #48491B: hue angle of 61.3º 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 #48491B is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 27 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.71 |
| HSL | 61.3º | 0.46% | 0.2% | - |
| HSV(B) | 61.3º | 0.63% | 0.29% | - |
| XYZ | 5.25 | 6.22 | 1.96 | - |
| YUV | 67.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 27 | 0.01 | 0 | 0.63 | 0.71 | 61.3 | 0.46 | 0.2 |
| Hex | 48 | 49 | 1B | 1 | 0 | 3F | 47 | 3D | 2E | 14 |
| Octal | 110 | 111 | 33 | 1 | 0 | 77 | 107 | 75 | 56 | 24 |
| Binary | 1001000 | 1001001 | 11011 | 1 | 0 | 111111 | 1000111 | 111101 | 101110 | 10100 |
Color Harmonies of #48491B
Complementary color
Monochromatic Colors of #48491B
Black with #48491B
Text Example
Text Example
White with #48491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48491B; }
p { color: rgb(72,73,27); }
H1.HeaderClassName
{
color: #48491B;
}
.AnyTagClassName
{
color: #48491B;
}
</style>
background-color css
<style>
a { background-color: #48491B; }
a { background-color: rgb(72,73,27); }
div.DivClassName
{
background-color: #48491B;
}
.BgClassName
{
background-color: #48491B;
}
</style>
border-color css
<style>
span { border-color: #48491B; }
span { border-color: rgb(72,73,27); }
td.TdClassName
{
border-color: #48491B;
}
.TagClassName
{
border-color: #48491B;
}
</style>