Shades of Army green #46481E
Tints of Army green #46481E
RGB
CMYK
RGB Variations
Color information
#46481E (or 0x46481E) is known color: Army green. HEX triplet: 46, 48 and 1E. RGB value is (70,72,30). Sum of RGB (Red+Green+Blue) = 70+72+30=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #46481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46481E is #B9B7E1. Grayscale: #424242. Windows color (decimal): -12171234 or 1984582. OLE color: 1984582.
HSL color Cylindrical-coordinate representation of color #46481E: hue angle of 62.86º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46481E is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 72 | 30 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.72 |
| HSL | 62.86º | 0.41% | 0.2% | - |
| HSV(B) | 62.86º | 0.58% | 0.28% | - |
| XYZ | 5.08 | 6.03 | 2.12 | - |
| YUV | 66.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 30 | 0.03 | 0 | 0.58 | 0.72 | 62.86 | 0.41 | 0.2 |
| Hex | 46 | 48 | 1E | 3 | 0 | 3A | 48 | 3F | 29 | 14 |
| Octal | 106 | 110 | 36 | 3 | 0 | 72 | 110 | 77 | 51 | 24 |
| Binary | 1000110 | 1001000 | 11110 | 11 | 0 | 111010 | 1001000 | 111111 | 101001 | 10100 |
Color Harmonies of #46481E
Complementary color
Monochromatic Colors of #46481E
Black with #46481E
Text Example
Text Example
White with #46481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46481E; }
p { color: rgb(70,72,30); }
H1.HeaderClassName
{
color: #46481E;
}
.AnyTagClassName
{
color: #46481E;
}
</style>
background-color css
<style>
a { background-color: #46481E; }
a { background-color: rgb(70,72,30); }
div.DivClassName
{
background-color: #46481E;
}
.BgClassName
{
background-color: #46481E;
}
</style>
border-color css
<style>
span { border-color: #46481E; }
span { border-color: rgb(70,72,30); }
td.TdClassName
{
border-color: #46481E;
}
.TagClassName
{
border-color: #46481E;
}
</style>