Shades of Army green #474818
Tints of Army green #474818
RGB
CMYK
RGB Variations
Color information
#474818 (or 0x474818) is known color: Army green. HEX triplet: 47, 48 and 18. RGB value is (71,72,24). Sum of RGB (Red+Green+Blue) = 71+72+24=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #474818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474818 is #B8B7E7. Grayscale: #424242. Windows color (decimal): -12105704 or 1591367. OLE color: 1591367.
HSL color Cylindrical-coordinate representation of color #474818: hue angle of 61.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #474818 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 72 | 24 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.72 |
| HSL | 61.25º | 0.5% | 0.19% | - |
| HSV(B) | 61.25º | 0.67% | 0.28% | - |
| XYZ | 5.08 | 6.04 | 1.76 | - |
| YUV | 66.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 24 | 0.01 | 0 | 0.67 | 0.72 | 61.25 | 0.5 | 0.19 |
| Hex | 47 | 48 | 18 | 1 | 0 | 43 | 48 | 3D | 32 | 13 |
| Octal | 107 | 110 | 30 | 1 | 0 | 103 | 110 | 75 | 62 | 23 |
| Binary | 1000111 | 1001000 | 11000 | 1 | 0 | 1000011 | 1001000 | 111101 | 110010 | 10011 |
Color Harmonies of #474818
Complementary color
Monochromatic Colors of #474818
Black with #474818
Text Example
Text Example
White with #474818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474818; }
p { color: rgb(71,72,24); }
H1.HeaderClassName
{
color: #474818;
}
.AnyTagClassName
{
color: #474818;
}
</style>
background-color css
<style>
a { background-color: #474818; }
a { background-color: rgb(71,72,24); }
div.DivClassName
{
background-color: #474818;
}
.BgClassName
{
background-color: #474818;
}
</style>
border-color css
<style>
span { border-color: #474818; }
span { border-color: rgb(71,72,24); }
td.TdClassName
{
border-color: #474818;
}
.TagClassName
{
border-color: #474818;
}
</style>