Shades of Army green #464A23
Tints of Army green #464A23
RGB
CMYK
RGB Variations
Color information
#464A23 (or 0x464A23) is known color: Army green. HEX triplet: 46, 4A and 23. RGB value is (70,74,35). Sum of RGB (Red+Green+Blue) = 70+74+35=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 74 - color contains mainly: green. Hex color #464A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A23 is #B9B5DC. Grayscale: #444444. Windows color (decimal): -12170717 or 2312774. OLE color: 2312774.
HSL color Cylindrical-coordinate representation of color #464A23: hue angle of 66.15º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #464A23 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 74 | 35 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.71 |
| HSL | 66.15º | 0.36% | 0.21% | - |
| HSV(B) | 66.15º | 0.53% | 0.29% | - |
| XYZ | 5.28 | 6.32 | 2.53 | - |
| YUV | 68.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 35 | 0.05 | 0 | 0.53 | 0.71 | 66.15 | 0.36 | 0.21 |
| Hex | 46 | 4A | 23 | 5 | 0 | 35 | 47 | 42 | 24 | 15 |
| Octal | 106 | 112 | 43 | 5 | 0 | 65 | 107 | 102 | 44 | 25 |
| Binary | 1000110 | 1001010 | 100011 | 101 | 0 | 110101 | 1000111 | 1000010 | 100100 | 10101 |
Color Harmonies of #464A23
Complementary color
Monochromatic Colors of #464A23
Black with #464A23
Text Example
Text Example
White with #464A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A23; }
p { color: rgb(70,74,35); }
H1.HeaderClassName
{
color: #464A23;
}
.AnyTagClassName
{
color: #464A23;
}
</style>
background-color css
<style>
a { background-color: #464A23; }
a { background-color: rgb(70,74,35); }
div.DivClassName
{
background-color: #464A23;
}
.BgClassName
{
background-color: #464A23;
}
</style>
border-color css
<style>
span { border-color: #464A23; }
span { border-color: rgb(70,74,35); }
td.TdClassName
{
border-color: #464A23;
}
.TagClassName
{
border-color: #464A23;
}
</style>