Shades of Army green #475422
Tints of Army green #475422
RGB
CMYK
RGB Variations
Color information
#475422 (or 0x475422) is known color: Army green. HEX triplet: 47, 54 and 22. RGB value is (71,84,34). Sum of RGB (Red+Green+Blue) = 71+84+34=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #475422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475422 is #B8ABDD. Grayscale: #4A4A4A. Windows color (decimal): -12102622 or 2249799. OLE color: 2249799.
HSL color Cylindrical-coordinate representation of color #475422: hue angle of 75.6º 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 #475422 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 84 | 34 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.67 |
| HSL | 75.6º | 0.42% | 0.23% | - |
| HSV(B) | 75.6º | 0.6% | 0.33% | - |
| XYZ | 6.06 | 7.8 | 2.7 | - |
| YUV | 74.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 34 | 0.15 | 0 | 0.60 | 0.67 | 75.6 | 0.42 | 0.23 |
| Hex | 47 | 54 | 22 | F | 0 | 3C | 43 | 4C | 2A | 17 |
| Octal | 107 | 124 | 42 | 17 | 0 | 74 | 103 | 114 | 52 | 27 |
| Binary | 1000111 | 1010100 | 100010 | 1111 | 0 | 111100 | 1000011 | 1001100 | 101010 | 10111 |
Color Harmonies of #475422
Complementary color
Monochromatic Colors of #475422
Black with #475422
Text Example
Text Example
White with #475422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475422; }
p { color: rgb(71,84,34); }
H1.HeaderClassName
{
color: #475422;
}
.AnyTagClassName
{
color: #475422;
}
</style>
background-color css
<style>
a { background-color: #475422; }
a { background-color: rgb(71,84,34); }
div.DivClassName
{
background-color: #475422;
}
.BgClassName
{
background-color: #475422;
}
</style>
border-color css
<style>
span { border-color: #475422; }
span { border-color: rgb(71,84,34); }
td.TdClassName
{
border-color: #475422;
}
.TagClassName
{
border-color: #475422;
}
</style>