#464A20

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

Shades of Army green #464A20

Tints of Army green #464A20

Color information

#464A20 (or 0x464A20) is unknown color: approx Army green. HEX triplet: 46, 4A and 20. RGB value is (70,74,32). Sum of RGB (Red+Green+Blue) = 70+74+32=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 74 - color contains mainly: green. Hex color #464A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A20 is #B9B5DF. Grayscale: #444444. Windows color (decimal): -12170720 or 2116166. OLE color: 2116166.

HSL color Cylindrical-coordinate representation of color #464A20: hue angle of 65.71º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #464A20 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB707432-
CMYK0.0500.570.71
HSL65.71º39.62%20.78%-
HSV(B)65.71º56.76%29.02%-
XYZ5.246.32.31-
YUV68.02107.67129.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 74 (29.30% from 255) = 42.05%
BLUE value IS 32 (12.89% from 255) = 18.18%
R=39.77%
G=42.05%
B=18.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7074320.0500.570.7165.7139.6220.78
Hex464A20503947422815
Octal1061124050711071025025
Binary1000110100101010000010101110011000111100001010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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