Shades of Army green #474921
Tints of Army green #474921
RGB
CMYK
RGB Variations
Color information
#474921 (or 0x474921) is known color: Army green. HEX triplet: 47, 49 and 21. RGB value is (71,73,33). Sum of RGB (Red+Green+Blue) = 71+73+33=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #474921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474921 is #B8B6DE. Grayscale: #444444. Windows color (decimal): -12105439 or 2181447. OLE color: 2181447.
HSL color Cylindrical-coordinate representation of color #474921: hue angle of 63º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #474921 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 73 | 33 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.71 |
| HSL | 63º | 0.38% | 0.21% | - |
| HSV(B) | 63º | 0.55% | 0.29% | - |
| XYZ | 5.26 | 6.21 | 2.36 | - |
| YUV | 67.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 33 | 0.03 | 0 | 0.55 | 0.71 | 63 | 0.38 | 0.21 |
| Hex | 47 | 49 | 21 | 3 | 0 | 37 | 47 | 3F | 26 | 15 |
| Octal | 107 | 111 | 41 | 3 | 0 | 67 | 107 | 77 | 46 | 25 |
| Binary | 1000111 | 1001001 | 100001 | 11 | 0 | 110111 | 1000111 | 111111 | 100110 | 10101 |
Color Harmonies of #474921
Complementary color
Monochromatic Colors of #474921
Black with #474921
Text Example
Text Example
White with #474921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474921; }
p { color: rgb(71,73,33); }
H1.HeaderClassName
{
color: #474921;
}
.AnyTagClassName
{
color: #474921;
}
</style>
background-color css
<style>
a { background-color: #474921; }
a { background-color: rgb(71,73,33); }
div.DivClassName
{
background-color: #474921;
}
.BgClassName
{
background-color: #474921;
}
</style>
border-color css
<style>
span { border-color: #474921; }
span { border-color: rgb(71,73,33); }
td.TdClassName
{
border-color: #474921;
}
.TagClassName
{
border-color: #474921;
}
</style>