#406940

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

Shades of Grey-Asparagus #406940

Tints of Grey-Asparagus #406940

Color information

#406940 (or 0x406940) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 69 and 40. RGB value is (64,105,64). Sum of RGB (Red+Green+Blue) = 64+105+64=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #406940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406940 is #BF96BF. Grayscale: #585858. Windows color (decimal): -12555968 or 4221248. OLE color: 4221248.

HSL color Cylindrical-coordinate representation of color #406940: hue angle of 120º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #406940 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB6410564-
CMYK0.3900.390.59
HSL120º24.26%33.14%-
HSV(B)120º39.05%41.18%-
XYZ8.0911.566.66-
YUV88.07114.42110.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=27.47%
G=45.06%
B=27.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105640.3900.390.5912024.2633.14
Hex406940270273B781821
Octal10015110047047731703041
Binary1000000110100110000001001110100111111011111100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406940; }

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

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

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

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

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

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

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

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