Shades of Army green #434820
Tints of Army green #434820
RGB
CMYK
RGB Variations
Color information
#434820 (or 0x434820) is known color: Army green. HEX triplet: 43, 48 and 20. RGB value is (67,72,32). Sum of RGB (Red+Green+Blue) = 67+72+32=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #434820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434820 is #BCB7DF. Grayscale: #424242. Windows color (decimal): -12367840 or 2115651. OLE color: 2115651.
HSL color Cylindrical-coordinate representation of color #434820: hue angle of 67.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #434820 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 72 | 32 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.72 |
| HSL | 67.5º | 0.38% | 0.2% | - |
| HSV(B) | 67.5º | 0.56% | 0.28% | - |
| XYZ | 4.89 | 5.93 | 2.25 | - |
| YUV | 65.95 | 108.84 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 32 | 0.07 | 0 | 0.56 | 0.72 | 67.5 | 0.38 | 0.2 |
| Hex | 43 | 48 | 20 | 7 | 0 | 38 | 48 | 44 | 26 | 14 |
| Octal | 103 | 110 | 40 | 7 | 0 | 70 | 110 | 104 | 46 | 24 |
| Binary | 1000011 | 1001000 | 100000 | 111 | 0 | 111000 | 1001000 | 1000100 | 100110 | 10100 |
Color Harmonies of #434820
Complementary color
Monochromatic Colors of #434820
Black with #434820
Text Example
Text Example
White with #434820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434820; }
p { color: rgb(67,72,32); }
H1.HeaderClassName
{
color: #434820;
}
.AnyTagClassName
{
color: #434820;
}
</style>
background-color css
<style>
a { background-color: #434820; }
a { background-color: rgb(67,72,32); }
div.DivClassName
{
background-color: #434820;
}
.BgClassName
{
background-color: #434820;
}
</style>
border-color css
<style>
span { border-color: #434820; }
span { border-color: rgb(67,72,32); }
td.TdClassName
{
border-color: #434820;
}
.TagClassName
{
border-color: #434820;
}
</style>