Shades of Army green #474919
Tints of Army green #474919
RGB
CMYK
RGB Variations
Color information
#474919 (or 0x474919) is known color: Army green. HEX triplet: 47, 49 and 19. RGB value is (71,73,25). Sum of RGB (Red+Green+Blue) = 71+73+25=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #474919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474919 is #B8B6E6. Grayscale: #434343. Windows color (decimal): -12105447 or 1657159. OLE color: 1657159.
HSL color Cylindrical-coordinate representation of color #474919: hue angle of 62.5º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #474919 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 73 | 25 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.71 |
| HSL | 62.5º | 0.49% | 0.19% | - |
| HSV(B) | 62.5º | 0.66% | 0.29% | - |
| XYZ | 5.16 | 6.17 | 1.84 | - |
| YUV | 66.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 25 | 0.03 | 0 | 0.66 | 0.71 | 62.5 | 0.49 | 0.19 |
| Hex | 47 | 49 | 19 | 3 | 0 | 42 | 47 | 3F | 31 | 13 |
| Octal | 107 | 111 | 31 | 3 | 0 | 102 | 107 | 77 | 61 | 23 |
| Binary | 1000111 | 1001001 | 11001 | 11 | 0 | 1000010 | 1000111 | 111111 | 110001 | 10011 |
Color Harmonies of #474919
Complementary color
Monochromatic Colors of #474919
Black with #474919
Text Example
Text Example
White with #474919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474919; }
p { color: rgb(71,73,25); }
H1.HeaderClassName
{
color: #474919;
}
.AnyTagClassName
{
color: #474919;
}
</style>
background-color css
<style>
a { background-color: #474919; }
a { background-color: rgb(71,73,25); }
div.DivClassName
{
background-color: #474919;
}
.BgClassName
{
background-color: #474919;
}
</style>
border-color css
<style>
span { border-color: #474919; }
span { border-color: rgb(71,73,25); }
td.TdClassName
{
border-color: #474919;
}
.TagClassName
{
border-color: #474919;
}
</style>