Shades of Army green #46451A
Tints of Army green #46451A
RGB
CMYK
RGB Variations
Color information
#46451A (or 0x46451A) is known color: Army green. HEX triplet: 46, 45 and 1A. RGB value is (70,69,26). Sum of RGB (Red+Green+Blue) = 70+69+26=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #46451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46451A is #B9BAE5. Grayscale: #404040. Windows color (decimal): -12172006 or 1721670. OLE color: 1721670.
HSL color Cylindrical-coordinate representation of color #46451A: hue angle of 58.64º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46451A is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 69 | 26 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.73 |
| HSL | 58.64º | 0.46% | 0.19% | - |
| HSV(B) | 58.64º | 0.63% | 0.27% | - |
| XYZ | 4.84 | 5.63 | 1.81 | - |
| YUV | 64.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 69 | 26 | 0 | 0.01 | 0.63 | 0.73 | 58.64 | 0.46 | 0.19 |
| Hex | 46 | 45 | 1A | 0 | 1 | 3F | 49 | 3B | 2E | 13 |
| Octal | 106 | 105 | 32 | 0 | 1 | 77 | 111 | 73 | 56 | 23 |
| Binary | 1000110 | 1000101 | 11010 | 0 | 1 | 111111 | 1001001 | 111011 | 101110 | 10011 |
Color Harmonies of #46451A
Complementary color
Monochromatic Colors of #46451A
Black with #46451A
Text Example
Text Example
White with #46451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46451A; }
p { color: rgb(70,69,26); }
H1.HeaderClassName
{
color: #46451A;
}
.AnyTagClassName
{
color: #46451A;
}
</style>
background-color css
<style>
a { background-color: #46451A; }
a { background-color: rgb(70,69,26); }
div.DivClassName
{
background-color: #46451A;
}
.BgClassName
{
background-color: #46451A;
}
</style>
border-color css
<style>
span { border-color: #46451A; }
span { border-color: rgb(70,69,26); }
td.TdClassName
{
border-color: #46451A;
}
.TagClassName
{
border-color: #46451A;
}
</style>