#406541

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

Shades of Grey-Asparagus #406541

Tints of Grey-Asparagus #406541

Color information

#406541 (or 0x406541) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 65 and 41. RGB value is (64,101,65). Sum of RGB (Red+Green+Blue) = 64+101+65=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #406541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406541 is #BF9ABE. Grayscale: #555555. Windows color (decimal): -12556991 or 4285760. OLE color: 4285760.

HSL color Cylindrical-coordinate representation of color #406541: hue angle of 121.62º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #406541 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB6410165-
CMYK0.3700.360.60
HSL121.62º22.42%32.35%-
HSV(B)121.62º36.63%39.61%-
XYZ7.7210.786.67-
YUV85.83116.24112.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 101 (39.84% from 255) = 43.91%
BLUE value IS 65 (25.78% from 255) = 28.26%
R=27.83%
G=43.91%
B=28.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64101650.3700.360.60121.6222.4232.35
Hex406541250243C7a1620
Octal10014510145044741722640
Binary1000000110010110000011001010100100111100111101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406541; }

 p { color: rgb(64,101,65); }

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

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

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

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

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

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

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