Shades of Army green #484821
Tints of Army green #484821
RGB
CMYK
RGB Variations
Color information
#484821 (or 0x484821) is known color: Army green. HEX triplet: 48, 48 and 21. RGB value is (72,72,33). Sum of RGB (Red+Green+Blue) = 72+72+33=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484821 is #B7B7DE. Grayscale: #434343. Windows color (decimal): -12040159 or 2181192. OLE color: 2181192.
HSL color Cylindrical-coordinate representation of color #484821: hue angle of 60º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #484821 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 72 | 33 | - |
| CMYK | 0 | 0 | 0.54 | 0.72 |
| HSL | 60º | 0.37% | 0.21% | - |
| HSV(B) | 60º | 0.54% | 0.28% | - |
| XYZ | 5.26 | 6.12 | 2.34 | - |
| YUV | 67.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 72 | 33 | 0 | 0 | 0.54 | 0.72 | 60 | 0.37 | 0.21 |
| Hex | 48 | 48 | 21 | 0 | 0 | 36 | 48 | 3C | 25 | 15 |
| Octal | 110 | 110 | 41 | 0 | 0 | 66 | 110 | 74 | 45 | 25 |
| Binary | 1001000 | 1001000 | 100001 | 0 | 0 | 110110 | 1001000 | 111100 | 100101 | 10101 |
Color Harmonies of #484821
Complementary color
Monochromatic Colors of #484821
Black with #484821
Text Example
Text Example
White with #484821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484821; }
p { color: rgb(72,72,33); }
H1.HeaderClassName
{
color: #484821;
}
.AnyTagClassName
{
color: #484821;
}
</style>
background-color css
<style>
a { background-color: #484821; }
a { background-color: rgb(72,72,33); }
div.DivClassName
{
background-color: #484821;
}
.BgClassName
{
background-color: #484821;
}
</style>
border-color css
<style>
span { border-color: #484821; }
span { border-color: rgb(72,72,33); }
td.TdClassName
{
border-color: #484821;
}
.TagClassName
{
border-color: #484821;
}
</style>