#464C20

Color #464C20 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #464C20

Tints of Army green #464C20

Color information

#464C20 (or 0x464C20) is unknown color: approx Army green. HEX triplet: 46, 4C and 20. RGB value is (70,76,32). Sum of RGB (Red+Green+Blue) = 70+76+32=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 76 - color contains mainly: green. Hex color #464C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C20 is #B9B3DF. Grayscale: #454545. Windows color (decimal): -12170208 or 2116678. OLE color: 2116678.

HSL color Cylindrical-coordinate representation of color #464C20: hue angle of 68.18º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #464C20 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB707632-
CMYK0.0800.580.70
HSL68.18º40.74%21.18%-
HSV(B)68.18º57.89%29.8%-
XYZ5.376.582.35-
YUV69.19107.01128.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 39.33%
GREEN value IS 76 (30.08% from 255) = 42.70%
BLUE value IS 32 (12.89% from 255) = 17.98%
R=39.33%
G=42.70%
B=17.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7076320.0800.580.7068.1840.7421.18
Hex464C20803A46442915
Octal10611440100721061045125
Binary10001101001100100000100001110101000110100010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464C20; }

 p { color: rgb(70,76,32); }

 H1.HeaderClassName
 {
   color: #464C20;
 }
 .AnyTagClassName
 {
   color: #464C20;
 }
</style>
background-color css

<style>
 a { background-color: #464C20; }

 a { background-color: rgb(70,76,32); }

 div.DivClassName
 {
   background-color: #464C20;
 }
 .BgClassName
 {
   background-color: #464C20;
 }
</style>
border-color css

<style>
 span { border-color: #464C20; }

 span { border-color: rgb(70,76,32); }

 td.TdClassName
 {
   border-color: #464C20;
 }
 .TagClassName
 {
   border-color: #464C20;
 }
</style>