#404740

Color #404740 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #404740

Tints of Grey-Asparagus #404740

Color information

#404740 (or 0x404740) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 47 and 40. RGB value is (64,71,64). Sum of RGB (Red+Green+Blue) = 64+71+64=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 71 - color contains mainly: green. Hex color #404740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404740 is #BFB8BF. Grayscale: #444444. Windows color (decimal): -12564672 or 4212544. OLE color: 4212544.

HSL color Cylindrical-coordinate representation of color #404740: hue angle of 120º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #404740 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB647164-
CMYK0.1000.100.72
HSL120º5.19%26.47%-
HSV(B)120º9.86%27.84%-
XYZ5.295.975.72-
YUV68.11125.68125.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=32.16%
G=35.68%
B=32.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471640.1000.100.721205.1926.47
Hex404740A0A487851a
Octal10010710012012110170532
Binary1000000100011110000001010010101001000111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404740; }

 p { color: rgb(64,71,64); }

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

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

 a { background-color: rgb(64,71,64); }

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

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

 span { border-color: rgb(64,71,64); }

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