#406A40

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

Shades of Grey-Asparagus #406A40

Tints of Grey-Asparagus #406A40

Color information

#406A40 (or 0x406A40) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 6A and 40. RGB value is (64,106,64). Sum of RGB (Red+Green+Blue) = 64+106+64=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #406A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A40 is #BF95BF. Grayscale: #585858. Windows color (decimal): -12555712 or 4221504. OLE color: 4221504.

HSL color Cylindrical-coordinate representation of color #406A40: hue angle of 120º 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 #406A40 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB6410664-
CMYK0.4000.400.58
HSL120º24.71%33.33%-
HSV(B)120º39.62%41.57%-
XYZ8.1911.776.69-
YUV88.65114.09110.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 106 (41.80% from 255) = 45.30%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=27.35%
G=45.30%
B=27.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64106640.4000.400.5812024.7133.33
Hex406A40280283A781921
Octal10015210050050721703141
Binary1000000110101010000001010000101000111010111100011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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