#404940

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

Shades of Grey-Asparagus #404940

Tints of Grey-Asparagus #404940

Color information

#404940 (or 0x404940) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 49 and 40. RGB value is (64,73,64). Sum of RGB (Red+Green+Blue) = 64+73+64=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 73 - color contains mainly: green. Hex color #404940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404940 is #BFB6BF. Grayscale: #454545. Windows color (decimal): -12564160 or 4213056. OLE color: 4213056.

HSL color Cylindrical-coordinate representation of color #404940: 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.12%. Process color model (Four color, CMYK) of #404940 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB647364-
CMYK0.1200.120.71
HSL120º6.57%26.86%-
HSV(B)120º12.33%28.63%-
XYZ5.426.235.77-
YUV69.28125.02124.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 73 (28.91% from 255) = 36.32%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=31.84%
G=36.32%
B=31.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6473640.1200.120.711206.5726.86
Hex404940C0C477871b
Octal10011110014014107170733
Binary1000000100100110000001100011001000111111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404940; }

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

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

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

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

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

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

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

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