Shades of Army green #464A1D
Tints of Army green #464A1D
RGB
CMYK
RGB Variations
Color information
#464A1D (or 0x464A1D) is known color: Army green. HEX triplet: 46, 4A and 1D. RGB value is (70,74,29). Sum of RGB (Red+Green+Blue) = 70+74+29=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 74 - color contains mainly: green. Hex color #464A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A1D is #B9B5E2. Grayscale: #434343. Windows color (decimal): -12170723 or 1919558. OLE color: 1919558.
HSL color Cylindrical-coordinate representation of color #464A1D: hue angle of 65.33º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #464A1D is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 74 | 29 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.71 |
| HSL | 65.33º | 0.44% | 0.2% | - |
| HSV(B) | 65.33º | 0.61% | 0.29% | - |
| XYZ | 5.2 | 6.29 | 2.1 | - |
| YUV | 67.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 29 | 0.05 | 0 | 0.61 | 0.71 | 65.33 | 0.44 | 0.2 |
| Hex | 46 | 4A | 1D | 5 | 0 | 3D | 47 | 41 | 2C | 14 |
| Octal | 106 | 112 | 35 | 5 | 0 | 75 | 107 | 101 | 54 | 24 |
| Binary | 1000110 | 1001010 | 11101 | 101 | 0 | 111101 | 1000111 | 1000001 | 101100 | 10100 |
Color Harmonies of #464A1D
Complementary color
Monochromatic Colors of #464A1D
Black with #464A1D
Text Example
Text Example
White with #464A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A1D; }
p { color: rgb(70,74,29); }
H1.HeaderClassName
{
color: #464A1D;
}
.AnyTagClassName
{
color: #464A1D;
}
</style>
background-color css
<style>
a { background-color: #464A1D; }
a { background-color: rgb(70,74,29); }
div.DivClassName
{
background-color: #464A1D;
}
.BgClassName
{
background-color: #464A1D;
}
</style>
border-color css
<style>
span { border-color: #464A1D; }
span { border-color: rgb(70,74,29); }
td.TdClassName
{
border-color: #464A1D;
}
.TagClassName
{
border-color: #464A1D;
}
</style>