Shades of Army green #474618
Tints of Army green #474618
RGB
CMYK
RGB Variations
Color information
#474618 (or 0x474618) is known color: Army green. HEX triplet: 47, 46 and 18. RGB value is (71,70,24). Sum of RGB (Red+Green+Blue) = 71+70+24=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #474618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474618 is #B8B9E7. Grayscale: #414141. Windows color (decimal): -12106216 or 1590855. OLE color: 1590855.
HSL color Cylindrical-coordinate representation of color #474618: hue angle of 58.72º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #474618 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 70 | 24 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.72 |
| HSL | 58.72º | 0.49% | 0.19% | - |
| HSV(B) | 58.72º | 0.66% | 0.28% | - |
| XYZ | 4.95 | 5.79 | 1.72 | - |
| YUV | 65.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 24 | 0 | 0.01 | 0.66 | 0.72 | 58.72 | 0.49 | 0.19 |
| Hex | 47 | 46 | 18 | 0 | 1 | 42 | 48 | 3B | 31 | 13 |
| Octal | 107 | 106 | 30 | 0 | 1 | 102 | 110 | 73 | 61 | 23 |
| Binary | 1000111 | 1000110 | 11000 | 0 | 1 | 1000010 | 1001000 | 111011 | 110001 | 10011 |
Color Harmonies of #474618
Complementary color
Monochromatic Colors of #474618
Black with #474618
Text Example
Text Example
White with #474618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474618; }
p { color: rgb(71,70,24); }
H1.HeaderClassName
{
color: #474618;
}
.AnyTagClassName
{
color: #474618;
}
</style>
background-color css
<style>
a { background-color: #474618; }
a { background-color: rgb(71,70,24); }
div.DivClassName
{
background-color: #474618;
}
.BgClassName
{
background-color: #474618;
}
</style>
border-color css
<style>
span { border-color: #474618; }
span { border-color: rgb(71,70,24); }
td.TdClassName
{
border-color: #474618;
}
.TagClassName
{
border-color: #474618;
}
</style>