#406A41

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

Shades of Grey-Asparagus #406A41

Tints of Grey-Asparagus #406A41

Color information

#406A41 (or 0x406A41) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 6A and 41. RGB value is (64,106,65). Sum of RGB (Red+Green+Blue) = 64+106+65=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 106 - color contains mainly: green. Hex color #406A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A41 is #BF95BE. Grayscale: #585858. Windows color (decimal): -12555711 or 4287040. OLE color: 4287040.

HSL color Cylindrical-coordinate representation of color #406A41: hue angle of 121.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A41 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB6410665-
CMYK0.4000.390.58
HSL121.43º24.71%33.33%-
HSV(B)121.43º39.62%41.57%-
XYZ8.2211.786.84-
YUV88.77114.59110.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 106 (41.80% from 255) = 45.11%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=27.23%
G=45.11%
B=27.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64106650.4000.390.58121.4324.7133.33
Hex406A41280273A791921
Octal10015210150047721713141
Binary1000000110101010000011010000100111111010111100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406A41; }

 p { color: rgb(64,106,65); }

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

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

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

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

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

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

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