Shades of Army green #464C23
Tints of Army green #464C23
RGB
CMYK
RGB Variations
Color information
#464C23 (or 0x464C23) is known color: Army green. HEX triplet: 46, 4C and 23. RGB value is (70,76,35). Sum of RGB (Red+Green+Blue) = 70+76+35=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 76 - color contains mainly: green. Hex color #464C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C23 is #B9B3DC. Grayscale: #454545. Windows color (decimal): -12170205 or 2313286. OLE color: 2313286.
HSL color Cylindrical-coordinate representation of color #464C23: hue angle of 68.78º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #464C23 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 76 | 35 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.70 |
| HSL | 68.78º | 0.37% | 0.22% | - |
| HSV(B) | 68.78º | 0.54% | 0.3% | - |
| XYZ | 5.41 | 6.59 | 2.58 | - |
| YUV | 69.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 35 | 0.08 | 0 | 0.54 | 0.70 | 68.78 | 0.37 | 0.22 |
| Hex | 46 | 4C | 23 | 8 | 0 | 36 | 46 | 45 | 25 | 16 |
| Octal | 106 | 114 | 43 | 10 | 0 | 66 | 106 | 105 | 45 | 26 |
| Binary | 1000110 | 1001100 | 100011 | 1000 | 0 | 110110 | 1000110 | 1000101 | 100101 | 10110 |
Color Harmonies of #464C23
Complementary color
Monochromatic Colors of #464C23
Black with #464C23
Text Example
Text Example
White with #464C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C23; }
p { color: rgb(70,76,35); }
H1.HeaderClassName
{
color: #464C23;
}
.AnyTagClassName
{
color: #464C23;
}
</style>
background-color css
<style>
a { background-color: #464C23; }
a { background-color: rgb(70,76,35); }
div.DivClassName
{
background-color: #464C23;
}
.BgClassName
{
background-color: #464C23;
}
</style>
border-color css
<style>
span { border-color: #464C23; }
span { border-color: rgb(70,76,35); }
td.TdClassName
{
border-color: #464C23;
}
.TagClassName
{
border-color: #464C23;
}
</style>