Shades of Army green #464925
Tints of Army green #464925
RGB
CMYK
RGB Variations
Color information
#464925 (or 0x464925) is known color: Army green. HEX triplet: 46, 49 and 25. RGB value is (70,73,37). Sum of RGB (Red+Green+Blue) = 70+73+37=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 73 - color contains mainly: green. Hex color #464925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464925 is #B9B6DA. Grayscale: #444444. Windows color (decimal): -12170971 or 2443590. OLE color: 2443590.
HSL color Cylindrical-coordinate representation of color #464925: hue angle of 65º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464925 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 37 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.71 |
| HSL | 65º | 0.33% | 0.22% | - |
| HSV(B) | 65º | 0.49% | 0.29% | - |
| XYZ | 5.24 | 6.2 | 2.67 | - |
| YUV | 68 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 37 | 0.04 | 0 | 0.49 | 0.71 | 65 | 0.33 | 0.22 |
| Hex | 46 | 49 | 25 | 4 | 0 | 31 | 47 | 41 | 21 | 16 |
| Octal | 106 | 111 | 45 | 4 | 0 | 61 | 107 | 101 | 41 | 26 |
| Binary | 1000110 | 1001001 | 100101 | 100 | 0 | 110001 | 1000111 | 1000001 | 100001 | 10110 |
Color Harmonies of #464925
Complementary color
Monochromatic Colors of #464925
Black with #464925
Text Example
Text Example
White with #464925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464925; }
p { color: rgb(70,73,37); }
H1.HeaderClassName
{
color: #464925;
}
.AnyTagClassName
{
color: #464925;
}
</style>
background-color css
<style>
a { background-color: #464925; }
a { background-color: rgb(70,73,37); }
div.DivClassName
{
background-color: #464925;
}
.BgClassName
{
background-color: #464925;
}
</style>
border-color css
<style>
span { border-color: #464925; }
span { border-color: rgb(70,73,37); }
td.TdClassName
{
border-color: #464925;
}
.TagClassName
{
border-color: #464925;
}
</style>