Shades of Army green #475322
Tints of Army green #475322
RGB
CMYK
RGB Variations
Color information
#475322 (or 0x475322) is known color: Army green. HEX triplet: 47, 53 and 22. RGB value is (71,83,34). Sum of RGB (Red+Green+Blue) = 71+83+34=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #475322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475322 is #B8ACDD. Grayscale: #4A4A4A. Windows color (decimal): -12102878 or 2249543. OLE color: 2249543.
HSL color Cylindrical-coordinate representation of color #475322: hue angle of 74.69º 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 #475322 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 83 | 34 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.67 |
| HSL | 74.69º | 0.42% | 0.23% | - |
| HSV(B) | 74.69º | 0.59% | 0.33% | - |
| XYZ | 5.98 | 7.64 | 2.67 | - |
| YUV | 73.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 34 | 0.14 | 0 | 0.59 | 0.67 | 74.69 | 0.42 | 0.23 |
| Hex | 47 | 53 | 22 | E | 0 | 3B | 43 | 4B | 2A | 17 |
| Octal | 107 | 123 | 42 | 16 | 0 | 73 | 103 | 113 | 52 | 27 |
| Binary | 1000111 | 1010011 | 100010 | 1110 | 0 | 111011 | 1000011 | 1001011 | 101010 | 10111 |
Color Harmonies of #475322
Complementary color
Monochromatic Colors of #475322
Black with #475322
Text Example
Text Example
White with #475322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475322; }
p { color: rgb(71,83,34); }
H1.HeaderClassName
{
color: #475322;
}
.AnyTagClassName
{
color: #475322;
}
</style>
background-color css
<style>
a { background-color: #475322; }
a { background-color: rgb(71,83,34); }
div.DivClassName
{
background-color: #475322;
}
.BgClassName
{
background-color: #475322;
}
</style>
border-color css
<style>
span { border-color: #475322; }
span { border-color: rgb(71,83,34); }
td.TdClassName
{
border-color: #475322;
}
.TagClassName
{
border-color: #475322;
}
</style>