Shades of Army green #485322
Tints of Army green #485322
RGB
CMYK
RGB Variations
Color information
#485322 (or 0x485322) is known color: Army green. HEX triplet: 48, 53 and 22. RGB value is (72,83,34). Sum of RGB (Red+Green+Blue) = 72+83+34=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #485322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485322 is #B7ACDD. Grayscale: #4A4A4A. Windows color (decimal): -12037342 or 2249544. OLE color: 2249544.
HSL color Cylindrical-coordinate representation of color #485322: hue angle of 73.47º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #485322 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 83 | 34 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.67 |
| HSL | 73.47º | 0.42% | 0.23% | - |
| HSV(B) | 73.47º | 0.59% | 0.33% | - |
| XYZ | 6.05 | 7.68 | 2.68 | - |
| YUV | 74.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 34 | 0.13 | 0 | 0.59 | 0.67 | 73.47 | 0.42 | 0.23 |
| Hex | 48 | 53 | 22 | D | 0 | 3B | 43 | 49 | 2A | 17 |
| Octal | 110 | 123 | 42 | 15 | 0 | 73 | 103 | 111 | 52 | 27 |
| Binary | 1001000 | 1010011 | 100010 | 1101 | 0 | 111011 | 1000011 | 1001001 | 101010 | 10111 |
Color Harmonies of #485322
Complementary color
Monochromatic Colors of #485322
Black with #485322
Text Example
Text Example
White with #485322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485322; }
p { color: rgb(72,83,34); }
H1.HeaderClassName
{
color: #485322;
}
.AnyTagClassName
{
color: #485322;
}
</style>
background-color css
<style>
a { background-color: #485322; }
a { background-color: rgb(72,83,34); }
div.DivClassName
{
background-color: #485322;
}
.BgClassName
{
background-color: #485322;
}
</style>
border-color css
<style>
span { border-color: #485322; }
span { border-color: rgb(72,83,34); }
td.TdClassName
{
border-color: #485322;
}
.TagClassName
{
border-color: #485322;
}
</style>