Shades of Army green #474717
Tints of Army green #474717
RGB
CMYK
RGB Variations
Color information
#474717 (or 0x474717) is known color: Army green. HEX triplet: 47, 47 and 17. RGB value is (71,71,23). Sum of RGB (Red+Green+Blue) = 71+71+23=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474717 is #B8B8E8. Grayscale: #414141. Windows color (decimal): -12105961 or 1525575. OLE color: 1525575.
HSL color Cylindrical-coordinate representation of color #474717: hue angle of 60º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #474717 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 71 | 23 | - |
| CMYK | 0 | 0 | 0.68 | 0.72 |
| HSL | 60º | 0.51% | 0.18% | - |
| HSV(B) | 60º | 0.68% | 0.28% | - |
| XYZ | 5.01 | 5.91 | 1.69 | - |
| YUV | 65.53 | 104 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 71 | 23 | 0 | 0 | 0.68 | 0.72 | 60 | 0.51 | 0.18 |
| Hex | 47 | 47 | 17 | 0 | 0 | 44 | 48 | 3C | 33 | 12 |
| Octal | 107 | 107 | 27 | 0 | 0 | 104 | 110 | 74 | 63 | 22 |
| Binary | 1000111 | 1000111 | 10111 | 0 | 0 | 1000100 | 1001000 | 111100 | 110011 | 10010 |
Color Harmonies of #474717
Complementary color
Monochromatic Colors of #474717
Black with #474717
Text Example
Text Example
White with #474717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474717; }
p { color: rgb(71,71,23); }
H1.HeaderClassName
{
color: #474717;
}
.AnyTagClassName
{
color: #474717;
}
</style>
background-color css
<style>
a { background-color: #474717; }
a { background-color: rgb(71,71,23); }
div.DivClassName
{
background-color: #474717;
}
.BgClassName
{
background-color: #474717;
}
</style>
border-color css
<style>
span { border-color: #474717; }
span { border-color: rgb(71,71,23); }
td.TdClassName
{
border-color: #474717;
}
.TagClassName
{
border-color: #474717;
}
</style>