Shades of Army green #475221
Tints of Army green #475221
RGB
CMYK
RGB Variations
Color information
#475221 (or 0x475221) is known color: Army green. HEX triplet: 47, 52 and 21. RGB value is (71,82,33). Sum of RGB (Red+Green+Blue) = 71+82+33=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #475221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475221 is #B8ADDE. Grayscale: #494949. Windows color (decimal): -12103135 or 2183751. OLE color: 2183751.
HSL color Cylindrical-coordinate representation of color #475221: hue angle of 73.47º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #475221 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 82 | 33 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.68 |
| HSL | 73.47º | 0.43% | 0.23% | - |
| HSV(B) | 73.47º | 0.6% | 0.32% | - |
| XYZ | 5.89 | 7.48 | 2.57 | - |
| YUV | 73.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 33 | 0.13 | 0 | 0.60 | 0.68 | 73.47 | 0.43 | 0.23 |
| Hex | 47 | 52 | 21 | D | 0 | 3C | 44 | 49 | 2B | 17 |
| Octal | 107 | 122 | 41 | 15 | 0 | 74 | 104 | 111 | 53 | 27 |
| Binary | 1000111 | 1010010 | 100001 | 1101 | 0 | 111100 | 1000100 | 1001001 | 101011 | 10111 |
Color Harmonies of #475221
Complementary color
Monochromatic Colors of #475221
Black with #475221
Text Example
Text Example
White with #475221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475221; }
p { color: rgb(71,82,33); }
H1.HeaderClassName
{
color: #475221;
}
.AnyTagClassName
{
color: #475221;
}
</style>
background-color css
<style>
a { background-color: #475221; }
a { background-color: rgb(71,82,33); }
div.DivClassName
{
background-color: #475221;
}
.BgClassName
{
background-color: #475221;
}
</style>
border-color css
<style>
span { border-color: #475221; }
span { border-color: rgb(71,82,33); }
td.TdClassName
{
border-color: #475221;
}
.TagClassName
{
border-color: #475221;
}
</style>