Shades of Army green #464619
Tints of Army green #464619
RGB
CMYK
RGB Variations
Color information
#464619 (or 0x464619) is known color: Army green. HEX triplet: 46, 46 and 19. RGB value is (70,70,25). Sum of RGB (Red+Green+Blue) = 70+70+25=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464619 is #B9B9E6. Grayscale: #414141. Windows color (decimal): -12171751 or 1656390. OLE color: 1656390.
HSL color Cylindrical-coordinate representation of color #464619: hue angle of 60º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #464619 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 70 | 25 | - |
| CMYK | 0 | 0 | 0.64 | 0.73 |
| HSL | 60º | 0.47% | 0.19% | - |
| HSV(B) | 60º | 0.64% | 0.27% | - |
| XYZ | 4.89 | 5.75 | 1.77 | - |
| YUV | 64.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 25 | 0 | 0 | 0.64 | 0.73 | 60 | 0.47 | 0.19 |
| Hex | 46 | 46 | 19 | 0 | 0 | 40 | 49 | 3C | 2F | 13 |
| Octal | 106 | 106 | 31 | 0 | 0 | 100 | 111 | 74 | 57 | 23 |
| Binary | 1000110 | 1000110 | 11001 | 0 | 0 | 1000000 | 1001001 | 111100 | 101111 | 10011 |
Color Harmonies of #464619
Complementary color
Monochromatic Colors of #464619
Black with #464619
Text Example
Text Example
White with #464619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464619; }
p { color: rgb(70,70,25); }
H1.HeaderClassName
{
color: #464619;
}
.AnyTagClassName
{
color: #464619;
}
</style>
background-color css
<style>
a { background-color: #464619; }
a { background-color: rgb(70,70,25); }
div.DivClassName
{
background-color: #464619;
}
.BgClassName
{
background-color: #464619;
}
</style>
border-color css
<style>
span { border-color: #464619; }
span { border-color: rgb(70,70,25); }
td.TdClassName
{
border-color: #464619;
}
.TagClassName
{
border-color: #464619;
}
</style>