Shades of Army green #474E21
Tints of Army green #474E21
RGB
CMYK
RGB Variations
Color information
#474E21 (or 0x474E21) is known color: Army green. HEX triplet: 47, 4E and 21. RGB value is (71,78,33). Sum of RGB (Red+Green+Blue) = 71+78+33=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 78 - color contains mainly: green. Hex color #474E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474E21 is #B8B1DE. Grayscale: #464646. Windows color (decimal): -12104159 or 2182727. OLE color: 2182727.
HSL color Cylindrical-coordinate representation of color #474E21: hue angle of 69.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #474E21 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 78 | 33 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.69 |
| HSL | 69.33º | 0.41% | 0.22% | - |
| HSV(B) | 69.33º | 0.58% | 0.31% | - |
| XYZ | 5.6 | 6.9 | 2.48 | - |
| YUV | 70.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 33 | 0.09 | 0 | 0.58 | 0.69 | 69.33 | 0.41 | 0.22 |
| Hex | 47 | 4E | 21 | 9 | 0 | 3A | 45 | 45 | 29 | 16 |
| Octal | 107 | 116 | 41 | 11 | 0 | 72 | 105 | 105 | 51 | 26 |
| Binary | 1000111 | 1001110 | 100001 | 1001 | 0 | 111010 | 1000101 | 1000101 | 101001 | 10110 |
Color Harmonies of #474E21
Complementary color
Monochromatic Colors of #474E21
Black with #474E21
Text Example
Text Example
White with #474E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E21; }
p { color: rgb(71,78,33); }
H1.HeaderClassName
{
color: #474E21;
}
.AnyTagClassName
{
color: #474E21;
}
</style>
background-color css
<style>
a { background-color: #474E21; }
a { background-color: rgb(71,78,33); }
div.DivClassName
{
background-color: #474E21;
}
.BgClassName
{
background-color: #474E21;
}
</style>
border-color css
<style>
span { border-color: #474E21; }
span { border-color: rgb(71,78,33); }
td.TdClassName
{
border-color: #474E21;
}
.TagClassName
{
border-color: #474E21;
}
</style>