Shades of Army green #474C1D
Tints of Army green #474C1D
RGB
CMYK
RGB Variations
Color information
#474C1D (or 0x474C1D) is known color: Army green. HEX triplet: 47, 4C and 1D. RGB value is (71,76,29). Sum of RGB (Red+Green+Blue) = 71+76+29=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 76 - color contains mainly: green. Hex color #474C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C1D is #B8B3E2. Grayscale: #454545. Windows color (decimal): -12104675 or 1920071. OLE color: 1920071.
HSL color Cylindrical-coordinate representation of color #474C1D: hue angle of 66.38º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #474C1D is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 76 | 29 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.70 |
| HSL | 66.38º | 0.45% | 0.21% | - |
| HSV(B) | 66.38º | 0.62% | 0.3% | - |
| XYZ | 5.4 | 6.6 | 2.15 | - |
| YUV | 69.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 29 | 0.07 | 0 | 0.62 | 0.70 | 66.38 | 0.45 | 0.21 |
| Hex | 47 | 4C | 1D | 7 | 0 | 3E | 46 | 42 | 2D | 15 |
| Octal | 107 | 114 | 35 | 7 | 0 | 76 | 106 | 102 | 55 | 25 |
| Binary | 1000111 | 1001100 | 11101 | 111 | 0 | 111110 | 1000110 | 1000010 | 101101 | 10101 |
Color Harmonies of #474C1D
Complementary color
Monochromatic Colors of #474C1D
Black with #474C1D
Text Example
Text Example
White with #474C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C1D; }
p { color: rgb(71,76,29); }
H1.HeaderClassName
{
color: #474C1D;
}
.AnyTagClassName
{
color: #474C1D;
}
</style>
background-color css
<style>
a { background-color: #474C1D; }
a { background-color: rgb(71,76,29); }
div.DivClassName
{
background-color: #474C1D;
}
.BgClassName
{
background-color: #474C1D;
}
</style>
border-color css
<style>
span { border-color: #474C1D; }
span { border-color: rgb(71,76,29); }
td.TdClassName
{
border-color: #474C1D;
}
.TagClassName
{
border-color: #474C1D;
}
</style>