Shades of Army green #484921
Tints of Army green #484921
RGB
CMYK
RGB Variations
Color information
#484921 (or 0x484921) is known color: Army green. HEX triplet: 48, 49 and 21. RGB value is (72,73,33). Sum of RGB (Red+Green+Blue) = 72+73+33=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 73 - color contains mainly: green. Hex color #484921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484921 is #B7B6DE. Grayscale: #444444. Windows color (decimal): -12039903 or 2181448. OLE color: 2181448.
HSL color Cylindrical-coordinate representation of color #484921: hue angle of 61.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #484921 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 33 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.71 |
| HSL | 61.5º | 0.38% | 0.21% | - |
| HSV(B) | 61.5º | 0.55% | 0.29% | - |
| XYZ | 5.33 | 6.25 | 2.36 | - |
| YUV | 68.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 33 | 0.01 | 0 | 0.55 | 0.71 | 61.5 | 0.38 | 0.21 |
| Hex | 48 | 49 | 21 | 1 | 0 | 37 | 47 | 3E | 26 | 15 |
| Octal | 110 | 111 | 41 | 1 | 0 | 67 | 107 | 76 | 46 | 25 |
| Binary | 1001000 | 1001001 | 100001 | 1 | 0 | 110111 | 1000111 | 111110 | 100110 | 10101 |
Color Harmonies of #484921
Complementary color
Monochromatic Colors of #484921
Black with #484921
Text Example
Text Example
White with #484921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484921; }
p { color: rgb(72,73,33); }
H1.HeaderClassName
{
color: #484921;
}
.AnyTagClassName
{
color: #484921;
}
</style>
background-color css
<style>
a { background-color: #484921; }
a { background-color: rgb(72,73,33); }
div.DivClassName
{
background-color: #484921;
}
.BgClassName
{
background-color: #484921;
}
</style>
border-color css
<style>
span { border-color: #484921; }
span { border-color: rgb(72,73,33); }
td.TdClassName
{
border-color: #484921;
}
.TagClassName
{
border-color: #484921;
}
</style>