Shades of Army green #46471C
Tints of Army green #46471C
RGB
CMYK
RGB Variations
Color information
#46471C (or 0x46471C) is known color: Army green. HEX triplet: 46, 47 and 1C. RGB value is (70,71,28). Sum of RGB (Red+Green+Blue) = 70+71+28=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #46471C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46471C is #B9B8E3. Grayscale: #414141. Windows color (decimal): -12171492 or 1853254. OLE color: 1853254.
HSL color Cylindrical-coordinate representation of color #46471C: hue angle of 61.4º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46471C is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 71 | 28 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.72 |
| HSL | 61.4º | 0.43% | 0.19% | - |
| HSV(B) | 61.4º | 0.61% | 0.28% | - |
| XYZ | 4.99 | 5.89 | 1.97 | - |
| YUV | 65.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 28 | 0.01 | 0 | 0.61 | 0.72 | 61.4 | 0.43 | 0.19 |
| Hex | 46 | 47 | 1C | 1 | 0 | 3D | 48 | 3D | 2B | 13 |
| Octal | 106 | 107 | 34 | 1 | 0 | 75 | 110 | 75 | 53 | 23 |
| Binary | 1000110 | 1000111 | 11100 | 1 | 0 | 111101 | 1001000 | 111101 | 101011 | 10011 |
Color Harmonies of #46471C
Complementary color
Monochromatic Colors of #46471C
Black with #46471C
Text Example
Text Example
White with #46471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46471C; }
p { color: rgb(70,71,28); }
H1.HeaderClassName
{
color: #46471C;
}
.AnyTagClassName
{
color: #46471C;
}
</style>
background-color css
<style>
a { background-color: #46471C; }
a { background-color: rgb(70,71,28); }
div.DivClassName
{
background-color: #46471C;
}
.BgClassName
{
background-color: #46471C;
}
</style>
border-color css
<style>
span { border-color: #46471C; }
span { border-color: rgb(70,71,28); }
td.TdClassName
{
border-color: #46471C;
}
.TagClassName
{
border-color: #46471C;
}
</style>