Shades of Army green #43471D
Tints of Army green #43471D
RGB
CMYK
RGB Variations
Color information
#43471D (or 0x43471D) is known color: Army green. HEX triplet: 43, 47 and 1D. RGB value is (67,71,29). Sum of RGB (Red+Green+Blue) = 67+71+29=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #43471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43471D is #BCB8E2. Grayscale: #414141. Windows color (decimal): -12368099 or 1918787. OLE color: 1918787.
HSL color Cylindrical-coordinate representation of color #43471D: hue angle of 65.71º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43471D is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 71 | 29 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.72 |
| HSL | 65.71º | 0.42% | 0.2% | - |
| HSV(B) | 65.71º | 0.59% | 0.28% | - |
| XYZ | 4.79 | 5.79 | 2.03 | - |
| YUV | 65.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 29 | 0.06 | 0 | 0.59 | 0.72 | 65.71 | 0.42 | 0.2 |
| Hex | 43 | 47 | 1D | 6 | 0 | 3B | 48 | 42 | 2A | 14 |
| Octal | 103 | 107 | 35 | 6 | 0 | 73 | 110 | 102 | 52 | 24 |
| Binary | 1000011 | 1000111 | 11101 | 110 | 0 | 111011 | 1001000 | 1000010 | 101010 | 10100 |
Color Harmonies of #43471D
Complementary color
Monochromatic Colors of #43471D
Black with #43471D
Text Example
Text Example
White with #43471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43471D; }
p { color: rgb(67,71,29); }
H1.HeaderClassName
{
color: #43471D;
}
.AnyTagClassName
{
color: #43471D;
}
</style>
background-color css
<style>
a { background-color: #43471D; }
a { background-color: rgb(67,71,29); }
div.DivClassName
{
background-color: #43471D;
}
.BgClassName
{
background-color: #43471D;
}
</style>
border-color css
<style>
span { border-color: #43471D; }
span { border-color: rgb(67,71,29); }
td.TdClassName
{
border-color: #43471D;
}
.TagClassName
{
border-color: #43471D;
}
</style>