Shades of Army green #464C21
Tints of Army green #464C21
RGB
CMYK
RGB Variations
Color information
#464C21 (or 0x464C21) is known color: Army green. HEX triplet: 46, 4C and 21. RGB value is (70,76,33). Sum of RGB (Red+Green+Blue) = 70+76+33=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 76 - color contains mainly: green. Hex color #464C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C21 is #B9B3DE. Grayscale: #454545. Windows color (decimal): -12170207 or 2182214. OLE color: 2182214.
HSL color Cylindrical-coordinate representation of color #464C21: hue angle of 68.37º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #464C21 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 76 | 33 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.70 |
| HSL | 68.37º | 0.39% | 0.21% | - |
| HSV(B) | 68.37º | 0.57% | 0.3% | - |
| XYZ | 5.38 | 6.58 | 2.43 | - |
| YUV | 69.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 33 | 0.08 | 0 | 0.57 | 0.70 | 68.37 | 0.39 | 0.21 |
| Hex | 46 | 4C | 21 | 8 | 0 | 39 | 46 | 44 | 27 | 15 |
| Octal | 106 | 114 | 41 | 10 | 0 | 71 | 106 | 104 | 47 | 25 |
| Binary | 1000110 | 1001100 | 100001 | 1000 | 0 | 111001 | 1000110 | 1000100 | 100111 | 10101 |
Color Harmonies of #464C21
Complementary color
Monochromatic Colors of #464C21
Black with #464C21
Text Example
Text Example
White with #464C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C21; }
p { color: rgb(70,76,33); }
H1.HeaderClassName
{
color: #464C21;
}
.AnyTagClassName
{
color: #464C21;
}
</style>
background-color css
<style>
a { background-color: #464C21; }
a { background-color: rgb(70,76,33); }
div.DivClassName
{
background-color: #464C21;
}
.BgClassName
{
background-color: #464C21;
}
</style>
border-color css
<style>
span { border-color: #464C21; }
span { border-color: rgb(70,76,33); }
td.TdClassName
{
border-color: #464C21;
}
.TagClassName
{
border-color: #464C21;
}
</style>