Shades of Army green #46481A
Tints of Army green #46481A
RGB
CMYK
RGB Variations
Color information
#46481A (or 0x46481A) is known color: Army green. HEX triplet: 46, 48 and 1A. RGB value is (70,72,26). Sum of RGB (Red+Green+Blue) = 70+72+26=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #46481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46481A is #B9B7E5. Grayscale: #424242. Windows color (decimal): -12171238 or 1722438. OLE color: 1722438.
HSL color Cylindrical-coordinate representation of color #46481A: hue angle of 62.61º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46481A is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 72 | 26 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.72 |
| HSL | 62.61º | 0.47% | 0.19% | - |
| HSV(B) | 62.61º | 0.64% | 0.28% | - |
| XYZ | 5.03 | 6.01 | 1.87 | - |
| YUV | 66.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 26 | 0.03 | 0 | 0.64 | 0.72 | 62.61 | 0.47 | 0.19 |
| Hex | 46 | 48 | 1A | 3 | 0 | 40 | 48 | 3F | 2F | 13 |
| Octal | 106 | 110 | 32 | 3 | 0 | 100 | 110 | 77 | 57 | 23 |
| Binary | 1000110 | 1001000 | 11010 | 11 | 0 | 1000000 | 1001000 | 111111 | 101111 | 10011 |
Color Harmonies of #46481A
Complementary color
Monochromatic Colors of #46481A
Black with #46481A
Text Example
Text Example
White with #46481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46481A; }
p { color: rgb(70,72,26); }
H1.HeaderClassName
{
color: #46481A;
}
.AnyTagClassName
{
color: #46481A;
}
</style>
background-color css
<style>
a { background-color: #46481A; }
a { background-color: rgb(70,72,26); }
div.DivClassName
{
background-color: #46481A;
}
.BgClassName
{
background-color: #46481A;
}
</style>
border-color css
<style>
span { border-color: #46481A; }
span { border-color: rgb(70,72,26); }
td.TdClassName
{
border-color: #46481A;
}
.TagClassName
{
border-color: #46481A;
}
</style>