#406741

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

Shades of Grey-Asparagus #406741

Tints of Grey-Asparagus #406741

Color information

#406741 (or 0x406741) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 67 and 41. RGB value is (64,103,65). Sum of RGB (Red+Green+Blue) = 64+103+65=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #406741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406741 is #BF98BE. Grayscale: #575757. Windows color (decimal): -12556479 or 4286272. OLE color: 4286272.

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

Color convert

RGB6410365-
CMYK0.3800.370.60
HSL121.54º23.35%32.75%-
HSV(B)121.54º37.86%40.39%-
XYZ7.9211.176.74-
YUV87.01115.58111.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 65 (25.78% from 255) = 28.02%
R=27.59%
G=44.40%
B=28.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64103650.3800.370.60121.5423.3532.75
Hex406741260253C7a1721
Octal10014710146045741722741
Binary1000000110011110000011001100100101111100111101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406741; }

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

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

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

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

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

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

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

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