Shades of Army green #465021
Tints of Army green #465021
RGB
CMYK
RGB Variations
Color information
#465021 (or 0x465021) is known color: Army green. HEX triplet: 46, 50 and 21. RGB value is (70,80,33). Sum of RGB (Red+Green+Blue) = 70+80+33=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #465021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465021 is #B9AFDE. Grayscale: #474747. Windows color (decimal): -12169183 or 2183238. OLE color: 2183238.
HSL color Cylindrical-coordinate representation of color #465021: hue angle of 72.77º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #465021 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 80 | 33 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.69 |
| HSL | 72.77º | 0.42% | 0.22% | - |
| HSV(B) | 72.77º | 0.59% | 0.31% | - |
| XYZ | 5.67 | 7.15 | 2.52 | - |
| YUV | 71.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 33 | 0.12 | 0 | 0.59 | 0.69 | 72.77 | 0.42 | 0.22 |
| Hex | 46 | 50 | 21 | C | 0 | 3B | 45 | 49 | 2A | 16 |
| Octal | 106 | 120 | 41 | 14 | 0 | 73 | 105 | 111 | 52 | 26 |
| Binary | 1000110 | 1010000 | 100001 | 1100 | 0 | 111011 | 1000101 | 1001001 | 101010 | 10110 |
Color Harmonies of #465021
Complementary color
Monochromatic Colors of #465021
Black with #465021
Text Example
Text Example
White with #465021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465021; }
p { color: rgb(70,80,33); }
H1.HeaderClassName
{
color: #465021;
}
.AnyTagClassName
{
color: #465021;
}
</style>
background-color css
<style>
a { background-color: #465021; }
a { background-color: rgb(70,80,33); }
div.DivClassName
{
background-color: #465021;
}
.BgClassName
{
background-color: #465021;
}
</style>
border-color css
<style>
span { border-color: #465021; }
span { border-color: rgb(70,80,33); }
td.TdClassName
{
border-color: #465021;
}
.TagClassName
{
border-color: #465021;
}
</style>