Shades of Army green #464822
Tints of Army green #464822
RGB
CMYK
RGB Variations
Color information
#464822 (or 0x464822) is known color: Army green. HEX triplet: 46, 48 and 22. RGB value is (70,72,34). Sum of RGB (Red+Green+Blue) = 70+72+34=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #464822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464822 is #B9B7DD. Grayscale: #434343. Windows color (decimal): -12171230 or 2246726. OLE color: 2246726.
HSL color Cylindrical-coordinate representation of color #464822: hue angle of 63.16º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #464822 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 72 | 34 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.72 |
| HSL | 63.16º | 0.36% | 0.21% | - |
| HSV(B) | 63.16º | 0.53% | 0.28% | - |
| XYZ | 5.13 | 6.05 | 2.41 | - |
| YUV | 67.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 34 | 0.03 | 0 | 0.53 | 0.72 | 63.16 | 0.36 | 0.21 |
| Hex | 46 | 48 | 22 | 3 | 0 | 35 | 48 | 3F | 24 | 15 |
| Octal | 106 | 110 | 42 | 3 | 0 | 65 | 110 | 77 | 44 | 25 |
| Binary | 1000110 | 1001000 | 100010 | 11 | 0 | 110101 | 1001000 | 111111 | 100100 | 10101 |
Color Harmonies of #464822
Complementary color
Monochromatic Colors of #464822
Black with #464822
Text Example
Text Example
White with #464822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464822; }
p { color: rgb(70,72,34); }
H1.HeaderClassName
{
color: #464822;
}
.AnyTagClassName
{
color: #464822;
}
</style>
background-color css
<style>
a { background-color: #464822; }
a { background-color: rgb(70,72,34); }
div.DivClassName
{
background-color: #464822;
}
.BgClassName
{
background-color: #464822;
}
</style>
border-color css
<style>
span { border-color: #464822; }
span { border-color: rgb(70,72,34); }
td.TdClassName
{
border-color: #464822;
}
.TagClassName
{
border-color: #464822;
}
</style>