Shades of Army green #464823
Tints of Army green #464823
RGB
CMYK
RGB Variations
Color information
#464823 (or 0x464823) is known color: Army green. HEX triplet: 46, 48 and 23. RGB value is (70,72,35). Sum of RGB (Red+Green+Blue) = 70+72+35=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #464823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464823 is #B9B7DC. Grayscale: #434343. Windows color (decimal): -12171229 or 2312262. OLE color: 2312262.
HSL color Cylindrical-coordinate representation of color #464823: hue angle of 63.24º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #464823 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 72 | 35 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.72 |
| HSL | 63.24º | 0.35% | 0.21% | - |
| HSV(B) | 63.24º | 0.51% | 0.28% | - |
| XYZ | 5.15 | 6.06 | 2.49 | - |
| YUV | 67.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 35 | 0.03 | 0 | 0.51 | 0.72 | 63.24 | 0.35 | 0.21 |
| Hex | 46 | 48 | 23 | 3 | 0 | 33 | 48 | 3F | 23 | 15 |
| Octal | 106 | 110 | 43 | 3 | 0 | 63 | 110 | 77 | 43 | 25 |
| Binary | 1000110 | 1001000 | 100011 | 11 | 0 | 110011 | 1001000 | 111111 | 100011 | 10101 |
Color Harmonies of #464823
Complementary color
Monochromatic Colors of #464823
Black with #464823
Text Example
Text Example
White with #464823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464823; }
p { color: rgb(70,72,35); }
H1.HeaderClassName
{
color: #464823;
}
.AnyTagClassName
{
color: #464823;
}
</style>
background-color css
<style>
a { background-color: #464823; }
a { background-color: rgb(70,72,35); }
div.DivClassName
{
background-color: #464823;
}
.BgClassName
{
background-color: #464823;
}
</style>
border-color css
<style>
span { border-color: #464823; }
span { border-color: rgb(70,72,35); }
td.TdClassName
{
border-color: #464823;
}
.TagClassName
{
border-color: #464823;
}
</style>