#406142

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

Shades of Grey-Asparagus #406142

Tints of Grey-Asparagus #406142

Color information

#406142 (or 0x406142) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 61 and 42. RGB value is (64,97,66). Sum of RGB (Red+Green+Blue) = 64+97+66=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #406142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406142 is #BF9EBD. Grayscale: #535353. Windows color (decimal): -12558014 or 4350272. OLE color: 4350272.

HSL color Cylindrical-coordinate representation of color #406142: hue angle of 123.64º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #406142 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB649766-
CMYK0.3400.320.62
HSL123.64º20.5%31.57%-
HSV(B)123.64º34.02%38.04%-
XYZ7.3710.036.7-
YUV83.6118.07114.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 66 (26.17% from 255) = 29.07%
R=28.19%
G=42.73%
B=29.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6497660.3400.320.62123.6420.531.57
Hex406142220203E7c1420
Octal10014110242040761742440
Binary1000000110000110000101000100100000111110111110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406142; }

 p { color: rgb(64,97,66); }

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

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

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

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

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

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

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