Shades of Army green #465022
Tints of Army green #465022
RGB
CMYK
RGB Variations
Color information
#465022 (or 0x465022) is known color: Army green. HEX triplet: 46, 50 and 22. RGB value is (70,80,34). Sum of RGB (Red+Green+Blue) = 70+80+34=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #465022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465022 is #B9AFDD. Grayscale: #474747. Windows color (decimal): -12169182 or 2248774. OLE color: 2248774.
HSL color Cylindrical-coordinate representation of color #465022: hue angle of 73.04º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #465022 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 80 | 34 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.69 |
| HSL | 73.04º | 0.4% | 0.22% | - |
| HSV(B) | 73.04º | 0.58% | 0.31% | - |
| XYZ | 5.68 | 7.15 | 2.59 | - |
| YUV | 71.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 34 | 0.12 | 0 | 0.58 | 0.69 | 73.04 | 0.4 | 0.22 |
| Hex | 46 | 50 | 22 | C | 0 | 3A | 45 | 49 | 28 | 16 |
| Octal | 106 | 120 | 42 | 14 | 0 | 72 | 105 | 111 | 50 | 26 |
| Binary | 1000110 | 1010000 | 100010 | 1100 | 0 | 111010 | 1000101 | 1001001 | 101000 | 10110 |
Color Harmonies of #465022
Complementary color
Monochromatic Colors of #465022
Black with #465022
Text Example
Text Example
White with #465022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465022; }
p { color: rgb(70,80,34); }
H1.HeaderClassName
{
color: #465022;
}
.AnyTagClassName
{
color: #465022;
}
</style>
background-color css
<style>
a { background-color: #465022; }
a { background-color: rgb(70,80,34); }
div.DivClassName
{
background-color: #465022;
}
.BgClassName
{
background-color: #465022;
}
</style>
border-color css
<style>
span { border-color: #465022; }
span { border-color: rgb(70,80,34); }
td.TdClassName
{
border-color: #465022;
}
.TagClassName
{
border-color: #465022;
}
</style>