Shades of Army green #485522
Tints of Army green #485522
RGB
CMYK
RGB Variations
Color information
#485522 (or 0x485522) is known color: Army green. HEX triplet: 48, 55 and 22. RGB value is (72,85,34). Sum of RGB (Red+Green+Blue) = 72+85+34=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #485522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485522 is #B7AADD. Grayscale: #4B4B4B. Windows color (decimal): -12036830 or 2250056. OLE color: 2250056.
HSL color Cylindrical-coordinate representation of color #485522: hue angle of 75.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #485522 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 34 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.67 |
| HSL | 75.29º | 0.43% | 0.23% | - |
| HSV(B) | 75.29º | 0.6% | 0.33% | - |
| XYZ | 6.21 | 7.99 | 2.73 | - |
| YUV | 75.3 | 104.69 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 34 | 0.15 | 0 | 0.60 | 0.67 | 75.29 | 0.43 | 0.23 |
| Hex | 48 | 55 | 22 | F | 0 | 3C | 43 | 4B | 2B | 17 |
| Octal | 110 | 125 | 42 | 17 | 0 | 74 | 103 | 113 | 53 | 27 |
| Binary | 1001000 | 1010101 | 100010 | 1111 | 0 | 111100 | 1000011 | 1001011 | 101011 | 10111 |
Color Harmonies of #485522
Complementary color
Monochromatic Colors of #485522
Black with #485522
Text Example
Text Example
White with #485522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485522; }
p { color: rgb(72,85,34); }
H1.HeaderClassName
{
color: #485522;
}
.AnyTagClassName
{
color: #485522;
}
</style>
background-color css
<style>
a { background-color: #485522; }
a { background-color: rgb(72,85,34); }
div.DivClassName
{
background-color: #485522;
}
.BgClassName
{
background-color: #485522;
}
</style>
border-color css
<style>
span { border-color: #485522; }
span { border-color: rgb(72,85,34); }
td.TdClassName
{
border-color: #485522;
}
.TagClassName
{
border-color: #485522;
}
</style>