Shades of Army green #484819
Tints of Army green #484819
RGB
CMYK
RGB Variations
Color information
#484819 (or 0x484819) is known color: Army green. HEX triplet: 48, 48 and 19. RGB value is (72,72,25). Sum of RGB (Red+Green+Blue) = 72+72+25=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484819 is #B7B7E6. Grayscale: #424242. Windows color (decimal): -12040167 or 1656904. OLE color: 1656904.
HSL color Cylindrical-coordinate representation of color #484819: hue angle of 60º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #484819 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 72 | 25 | - |
| CMYK | 0 | 0 | 0.65 | 0.72 |
| HSL | 60º | 0.48% | 0.19% | - |
| HSV(B) | 60º | 0.65% | 0.28% | - |
| XYZ | 5.17 | 6.08 | 1.82 | - |
| YUV | 66.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 72 | 25 | 0 | 0 | 0.65 | 0.72 | 60 | 0.48 | 0.19 |
| Hex | 48 | 48 | 19 | 0 | 0 | 41 | 48 | 3C | 30 | 13 |
| Octal | 110 | 110 | 31 | 0 | 0 | 101 | 110 | 74 | 60 | 23 |
| Binary | 1001000 | 1001000 | 11001 | 0 | 0 | 1000001 | 1001000 | 111100 | 110000 | 10011 |
Color Harmonies of #484819
Complementary color
Monochromatic Colors of #484819
Black with #484819
Text Example
Text Example
White with #484819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484819; }
p { color: rgb(72,72,25); }
H1.HeaderClassName
{
color: #484819;
}
.AnyTagClassName
{
color: #484819;
}
</style>
background-color css
<style>
a { background-color: #484819; }
a { background-color: rgb(72,72,25); }
div.DivClassName
{
background-color: #484819;
}
.BgClassName
{
background-color: #484819;
}
</style>
border-color css
<style>
span { border-color: #484819; }
span { border-color: rgb(72,72,25); }
td.TdClassName
{
border-color: #484819;
}
.TagClassName
{
border-color: #484819;
}
</style>