Shades of Army green #474D22
Tints of Army green #474D22
RGB
CMYK
RGB Variations
Color information
#474D22 (or 0x474D22) is known color: Army green. HEX triplet: 47, 4D and 22. RGB value is (71,77,34). Sum of RGB (Red+Green+Blue) = 71+77+34=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 77 - color contains mainly: green. Hex color #474D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D22 is #B8B2DD. Grayscale: #464646. Windows color (decimal): -12104414 or 2248007. OLE color: 2248007.
HSL color Cylindrical-coordinate representation of color #474D22: hue angle of 68.37º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #474D22 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 77 | 34 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.70 |
| HSL | 68.37º | 0.39% | 0.22% | - |
| HSV(B) | 68.37º | 0.56% | 0.3% | - |
| XYZ | 5.54 | 6.76 | 2.53 | - |
| YUV | 70.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 34 | 0.08 | 0 | 0.56 | 0.70 | 68.37 | 0.39 | 0.22 |
| Hex | 47 | 4D | 22 | 8 | 0 | 38 | 46 | 44 | 27 | 16 |
| Octal | 107 | 115 | 42 | 10 | 0 | 70 | 106 | 104 | 47 | 26 |
| Binary | 1000111 | 1001101 | 100010 | 1000 | 0 | 111000 | 1000110 | 1000100 | 100111 | 10110 |
Color Harmonies of #474D22
Complementary color
Monochromatic Colors of #474D22
Black with #474D22
Text Example
Text Example
White with #474D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474D22; }
p { color: rgb(71,77,34); }
H1.HeaderClassName
{
color: #474D22;
}
.AnyTagClassName
{
color: #474D22;
}
</style>
background-color css
<style>
a { background-color: #474D22; }
a { background-color: rgb(71,77,34); }
div.DivClassName
{
background-color: #474D22;
}
.BgClassName
{
background-color: #474D22;
}
</style>
border-color css
<style>
span { border-color: #474D22; }
span { border-color: rgb(71,77,34); }
td.TdClassName
{
border-color: #474D22;
}
.TagClassName
{
border-color: #474D22;
}
</style>