Shades of Army green #485422
Tints of Army green #485422
RGB
CMYK
RGB Variations
Color information
#485422 (or 0x485422) is known color: Army green. HEX triplet: 48, 54 and 22. RGB value is (72,84,34). Sum of RGB (Red+Green+Blue) = 72+84+34=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #485422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485422 is #B7ABDD. Grayscale: #4A4A4A. Windows color (decimal): -12037086 or 2249800. OLE color: 2249800.
HSL color Cylindrical-coordinate representation of color #485422: hue angle of 74.4º degrees, saturation: 0.42, 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 #485422 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 84 | 34 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.67 |
| HSL | 74.4º | 0.42% | 0.23% | - |
| HSV(B) | 74.4º | 0.6% | 0.33% | - |
| XYZ | 6.13 | 7.83 | 2.7 | - |
| YUV | 74.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 84 | 34 | 0.14 | 0 | 0.60 | 0.67 | 74.4 | 0.42 | 0.23 |
| Hex | 48 | 54 | 22 | E | 0 | 3C | 43 | 4A | 2A | 17 |
| Octal | 110 | 124 | 42 | 16 | 0 | 74 | 103 | 112 | 52 | 27 |
| Binary | 1001000 | 1010100 | 100010 | 1110 | 0 | 111100 | 1000011 | 1001010 | 101010 | 10111 |
Color Harmonies of #485422
Complementary color
Monochromatic Colors of #485422
Black with #485422
Text Example
Text Example
White with #485422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485422; }
p { color: rgb(72,84,34); }
H1.HeaderClassName
{
color: #485422;
}
.AnyTagClassName
{
color: #485422;
}
</style>
background-color css
<style>
a { background-color: #485422; }
a { background-color: rgb(72,84,34); }
div.DivClassName
{
background-color: #485422;
}
.BgClassName
{
background-color: #485422;
}
</style>
border-color css
<style>
span { border-color: #485422; }
span { border-color: rgb(72,84,34); }
td.TdClassName
{
border-color: #485422;
}
.TagClassName
{
border-color: #485422;
}
</style>