Shades of Army green #464B20
Tints of Army green #464B20
RGB
CMYK
RGB Variations
Color information
#464B20 (or 0x464B20) is known color: Army green. HEX triplet: 46, 4B and 20. RGB value is (70,75,32). Sum of RGB (Red+Green+Blue) = 70+75+32=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #464B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B20 is #B9B4DF. Grayscale: #444444. Windows color (decimal): -12170464 or 2116422. OLE color: 2116422.
HSL color Cylindrical-coordinate representation of color #464B20: hue angle of 66.98º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #464B20 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 75 | 32 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.71 |
| HSL | 66.98º | 0.4% | 0.21% | - |
| HSV(B) | 66.98º | 0.57% | 0.29% | - |
| XYZ | 5.3 | 6.44 | 2.33 | - |
| YUV | 68.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 32 | 0.07 | 0 | 0.57 | 0.71 | 66.98 | 0.4 | 0.21 |
| Hex | 46 | 4B | 20 | 7 | 0 | 39 | 47 | 43 | 28 | 15 |
| Octal | 106 | 113 | 40 | 7 | 0 | 71 | 107 | 103 | 50 | 25 |
| Binary | 1000110 | 1001011 | 100000 | 111 | 0 | 111001 | 1000111 | 1000011 | 101000 | 10101 |
Color Harmonies of #464B20
Complementary color
Monochromatic Colors of #464B20
Black with #464B20
Text Example
Text Example
White with #464B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B20; }
p { color: rgb(70,75,32); }
H1.HeaderClassName
{
color: #464B20;
}
.AnyTagClassName
{
color: #464B20;
}
</style>
background-color css
<style>
a { background-color: #464B20; }
a { background-color: rgb(70,75,32); }
div.DivClassName
{
background-color: #464B20;
}
.BgClassName
{
background-color: #464B20;
}
</style>
border-color css
<style>
span { border-color: #464B20; }
span { border-color: rgb(70,75,32); }
td.TdClassName
{
border-color: #464B20;
}
.TagClassName
{
border-color: #464B20;
}
</style>