#406B40

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

Shades of Grey-Asparagus #406B40

Tints of Grey-Asparagus #406B40

Color information

#406B40 (or 0x406B40) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 6B and 40. RGB value is (64,107,64). Sum of RGB (Red+Green+Blue) = 64+107+64=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 107 - color contains mainly: green. Hex color #406B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406B40 is #BF94BF. Grayscale: #595959. Windows color (decimal): -12555456 or 4221760. OLE color: 4221760.

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

Color convert

RGB6410764-
CMYK0.4000.400.58
HSL120º25.15%33.53%-
HSV(B)120º40.19%41.96%-
XYZ8.311.986.72-
YUV89.24113.75110-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 107 (42.19% from 255) = 45.53%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=27.23%
G=45.53%
B=27.23%

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
Decimal64107640.4000.400.5812025.1533.53
Hex406B40280283A781922
Octal10015310050050721703142
Binary1000000110101110000001010000101000111010111100011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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