Shades of Army green #48481B
Tints of Army green #48481B
RGB
CMYK
RGB Variations
Color information
#48481B (or 0x48481B) is known color: Army green. HEX triplet: 48, 48 and 1B. RGB value is (72,72,27). Sum of RGB (Red+Green+Blue) = 72+72+27=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48481B is #B7B7E4. Grayscale: #434343. Windows color (decimal): -12040165 or 1787976. OLE color: 1787976.
HSL color Cylindrical-coordinate representation of color #48481B: hue angle of 60º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48481B is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 72 | 27 | - |
| CMYK | 0 | 0 | 0.62 | 0.72 |
| HSL | 60º | 0.45% | 0.19% | - |
| HSV(B) | 60º | 0.63% | 0.28% | - |
| XYZ | 5.19 | 6.09 | 1.94 | - |
| YUV | 66.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 72 | 27 | 0 | 0 | 0.62 | 0.72 | 60 | 0.45 | 0.19 |
| Hex | 48 | 48 | 1B | 0 | 0 | 3E | 48 | 3C | 2D | 13 |
| Octal | 110 | 110 | 33 | 0 | 0 | 76 | 110 | 74 | 55 | 23 |
| Binary | 1001000 | 1001000 | 11011 | 0 | 0 | 111110 | 1001000 | 111100 | 101101 | 10011 |
Color Harmonies of #48481B
Complementary color
Monochromatic Colors of #48481B
Black with #48481B
Text Example
Text Example
White with #48481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48481B; }
p { color: rgb(72,72,27); }
H1.HeaderClassName
{
color: #48481B;
}
.AnyTagClassName
{
color: #48481B;
}
</style>
background-color css
<style>
a { background-color: #48481B; }
a { background-color: rgb(72,72,27); }
div.DivClassName
{
background-color: #48481B;
}
.BgClassName
{
background-color: #48481B;
}
</style>
border-color css
<style>
span { border-color: #48481B; }
span { border-color: rgb(72,72,27); }
td.TdClassName
{
border-color: #48481B;
}
.TagClassName
{
border-color: #48481B;
}
</style>