#404240

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

Shades of Grey-Asparagus #404240

Tints of Grey-Asparagus #404240

Color information

#404240 (or 0x404240) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 42 and 40. RGB value is (64,66,64). Sum of RGB (Red+Green+Blue) = 64+66+64=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 66 - color contains mainly: green. Hex color #404240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404240 is #BFBDBF. Grayscale: #414141. Windows color (decimal): -12565952 or 4211264. OLE color: 4211264.

HSL color Cylindrical-coordinate representation of color #404240: hue angle of 120º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #404240 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB646664-
CMYK0.0300.030.74
HSL120º1.54%25.49%-
HSV(B)120º3.03%25.88%-
XYZ4.995.365.62-
YUV65.17127.34127.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=32.99%
G=34.02%
B=32.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6466640.0300.030.741201.5425.49
Hex4042403034A78219
Octal100102100303112170231
Binary10000001000010100000011011100101011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404240; }

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

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

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

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

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

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

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

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