Shades of Army green #464924
Tints of Army green #464924
RGB
CMYK
RGB Variations
Color information
#464924 (or 0x464924) is known color: Army green. HEX triplet: 46, 49 and 24. RGB value is (70,73,36). Sum of RGB (Red+Green+Blue) = 70+73+36=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 73 - color contains mainly: green. Hex color #464924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464924 is #B9B6DB. Grayscale: #444444. Windows color (decimal): -12170972 or 2378054. OLE color: 2378054.
HSL color Cylindrical-coordinate representation of color #464924: hue angle of 64.86º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #464924 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 36 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.71 |
| HSL | 64.86º | 0.34% | 0.21% | - |
| HSV(B) | 64.86º | 0.51% | 0.29% | - |
| XYZ | 5.23 | 6.19 | 2.59 | - |
| YUV | 67.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 36 | 0.04 | 0 | 0.51 | 0.71 | 64.86 | 0.34 | 0.21 |
| Hex | 46 | 49 | 24 | 4 | 0 | 33 | 47 | 41 | 22 | 15 |
| Octal | 106 | 111 | 44 | 4 | 0 | 63 | 107 | 101 | 42 | 25 |
| Binary | 1000110 | 1001001 | 100100 | 100 | 0 | 110011 | 1000111 | 1000001 | 100010 | 10101 |
Color Harmonies of #464924
Complementary color
Monochromatic Colors of #464924
Black with #464924
Text Example
Text Example
White with #464924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464924; }
p { color: rgb(70,73,36); }
H1.HeaderClassName
{
color: #464924;
}
.AnyTagClassName
{
color: #464924;
}
</style>
background-color css
<style>
a { background-color: #464924; }
a { background-color: rgb(70,73,36); }
div.DivClassName
{
background-color: #464924;
}
.BgClassName
{
background-color: #464924;
}
</style>
border-color css
<style>
span { border-color: #464924; }
span { border-color: rgb(70,73,36); }
td.TdClassName
{
border-color: #464924;
}
.TagClassName
{
border-color: #464924;
}
</style>