#404A40

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

Shades of Grey-Asparagus #404A40

Tints of Grey-Asparagus #404A40

Color information

#404A40 (or 0x404A40) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 4A and 40. RGB value is (64,74,64). Sum of RGB (Red+Green+Blue) = 64+74+64=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 74 - color contains mainly: green. Hex color #404A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A40 is #BFB5BF. Grayscale: #454545. Windows color (decimal): -12563904 or 4213312. OLE color: 4213312.

HSL color Cylindrical-coordinate representation of color #404A40: hue angle of 120º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #404A40 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB647464-
CMYK0.1400.140.71
HSL120º7.25%27.06%-
HSV(B)120º13.51%29.02%-
XYZ5.496.365.79-
YUV69.87124.69123.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.68%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=31.68%
G=36.63%
B=31.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6474640.1400.140.711207.2527.06
Hex404A40E0E477871b
Octal10011210016016107170733
Binary1000000100101010000001110011101000111111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404A40; }

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

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

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

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

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

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

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

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