Shades of Army green #464E23
Tints of Army green #464E23
RGB
CMYK
RGB Variations
Color information
#464E23 (or 0x464E23) is known color: Army green. HEX triplet: 46, 4E and 23. RGB value is (70,78,35). Sum of RGB (Red+Green+Blue) = 70+78+35=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 78 - color contains mainly: green. Hex color #464E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E23 is #B9B1DC. Grayscale: #464646. Windows color (decimal): -12169693 or 2313798. OLE color: 2313798.
HSL color Cylindrical-coordinate representation of color #464E23: hue angle of 71.16º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #464E23 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 78 | 35 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.69 |
| HSL | 71.16º | 0.38% | 0.22% | - |
| HSV(B) | 71.16º | 0.55% | 0.31% | - |
| XYZ | 5.55 | 6.87 | 2.62 | - |
| YUV | 70.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 35 | 0.10 | 0 | 0.55 | 0.69 | 71.16 | 0.38 | 0.22 |
| Hex | 46 | 4E | 23 | A | 0 | 37 | 45 | 47 | 26 | 16 |
| Octal | 106 | 116 | 43 | 12 | 0 | 67 | 105 | 107 | 46 | 26 |
| Binary | 1000110 | 1001110 | 100011 | 1010 | 0 | 110111 | 1000101 | 1000111 | 100110 | 10110 |
Color Harmonies of #464E23
Complementary color
Monochromatic Colors of #464E23
Black with #464E23
Text Example
Text Example
White with #464E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E23; }
p { color: rgb(70,78,35); }
H1.HeaderClassName
{
color: #464E23;
}
.AnyTagClassName
{
color: #464E23;
}
</style>
background-color css
<style>
a { background-color: #464E23; }
a { background-color: rgb(70,78,35); }
div.DivClassName
{
background-color: #464E23;
}
.BgClassName
{
background-color: #464E23;
}
</style>
border-color css
<style>
span { border-color: #464E23; }
span { border-color: rgb(70,78,35); }
td.TdClassName
{
border-color: #464E23;
}
.TagClassName
{
border-color: #464E23;
}
</style>