#406D3F

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

Shades of Grey-Asparagus #406D3F

Tints of Grey-Asparagus #406D3F

Color information

#406D3F (or 0x406D3F) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 6D and 3F. RGB value is (64,109,63). Sum of RGB (Red+Green+Blue) = 64+109+63=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 109 - color contains mainly: green. Hex color #406D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406D3F is #BF92C0. Grayscale: #5A5A5A. Windows color (decimal): -12554945 or 4156736. OLE color: 4156736.

HSL color Cylindrical-coordinate representation of color #406D3F: hue angle of 118.7º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #406D3F is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB6410963-
CMYK0.4100.420.57
HSL118.7º26.74%33.73%-
HSV(B)118.7º42.2%42.75%-
XYZ8.4812.396.65-
YUV90.3112.59109.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 109 (42.97% from 255) = 46.19%
BLUE value IS 63 (25% from 255) = 26.69%
R=27.12%
G=46.19%
B=26.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64109630.4100.420.57118.726.7433.73
Hex406D3F2902A39771b22
Octal1001557751052711673342
Binary100000011011011111111010010101010111001111011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,109,63); }

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

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

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

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

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

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

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