Shades of Army green #484A21
Tints of Army green #484A21
RGB
CMYK
RGB Variations
Color information
#484A21 (or 0x484A21) is known color: Army green. HEX triplet: 48, 4A and 21. RGB value is (72,74,33). Sum of RGB (Red+Green+Blue) = 72+74+33=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 74 - color contains mainly: green. Hex color #484A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A21 is #B7B5DE. Grayscale: #444444. Windows color (decimal): -12039647 or 2181704. OLE color: 2181704.
HSL color Cylindrical-coordinate representation of color #484A21: hue angle of 62.93º 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 #484A21 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 74 | 33 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.71 |
| HSL | 62.93º | 0.38% | 0.21% | - |
| HSV(B) | 62.93º | 0.55% | 0.29% | - |
| XYZ | 5.4 | 6.39 | 2.39 | - |
| YUV | 68.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 33 | 0.03 | 0 | 0.55 | 0.71 | 62.93 | 0.38 | 0.21 |
| Hex | 48 | 4A | 21 | 3 | 0 | 37 | 47 | 3F | 26 | 15 |
| Octal | 110 | 112 | 41 | 3 | 0 | 67 | 107 | 77 | 46 | 25 |
| Binary | 1001000 | 1001010 | 100001 | 11 | 0 | 110111 | 1000111 | 111111 | 100110 | 10101 |
Color Harmonies of #484A21
Complementary color
Monochromatic Colors of #484A21
Black with #484A21
Text Example
Text Example
White with #484A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A21; }
p { color: rgb(72,74,33); }
H1.HeaderClassName
{
color: #484A21;
}
.AnyTagClassName
{
color: #484A21;
}
</style>
background-color css
<style>
a { background-color: #484A21; }
a { background-color: rgb(72,74,33); }
div.DivClassName
{
background-color: #484A21;
}
.BgClassName
{
background-color: #484A21;
}
</style>
border-color css
<style>
span { border-color: #484A21; }
span { border-color: rgb(72,74,33); }
td.TdClassName
{
border-color: #484A21;
}
.TagClassName
{
border-color: #484A21;
}
</style>