Shades of Army green #484D20
Tints of Army green #484D20
RGB
CMYK
RGB Variations
Color information
#484D20 (or 0x484D20) is known color: Army green. HEX triplet: 48, 4D and 20. RGB value is (72,77,32). Sum of RGB (Red+Green+Blue) = 72+77+32=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 77 - color contains mainly: green. Hex color #484D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D20 is #B7B2DF. Grayscale: #464646. Windows color (decimal): -12038880 or 2116936. OLE color: 2116936.
HSL color Cylindrical-coordinate representation of color #484D20: hue angle of 66.67º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #484D20 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 77 | 32 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.70 |
| HSL | 66.67º | 0.41% | 0.21% | - |
| HSV(B) | 66.67º | 0.58% | 0.3% | - |
| XYZ | 5.59 | 6.79 | 2.38 | - |
| YUV | 70.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 32 | 0.06 | 0 | 0.58 | 0.70 | 66.67 | 0.41 | 0.21 |
| Hex | 48 | 4D | 20 | 6 | 0 | 3A | 46 | 43 | 29 | 15 |
| Octal | 110 | 115 | 40 | 6 | 0 | 72 | 106 | 103 | 51 | 25 |
| Binary | 1001000 | 1001101 | 100000 | 110 | 0 | 111010 | 1000110 | 1000011 | 101001 | 10101 |
Color Harmonies of #484D20
Complementary color
Monochromatic Colors of #484D20
Black with #484D20
Text Example
Text Example
White with #484D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D20; }
p { color: rgb(72,77,32); }
H1.HeaderClassName
{
color: #484D20;
}
.AnyTagClassName
{
color: #484D20;
}
</style>
background-color css
<style>
a { background-color: #484D20; }
a { background-color: rgb(72,77,32); }
div.DivClassName
{
background-color: #484D20;
}
.BgClassName
{
background-color: #484D20;
}
</style>
border-color css
<style>
span { border-color: #484D20; }
span { border-color: rgb(72,77,32); }
td.TdClassName
{
border-color: #484D20;
}
.TagClassName
{
border-color: #484D20;
}
</style>