#405D41

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

Shades of Grey-Asparagus #405D41

Tints of Grey-Asparagus #405D41

Color information

#405D41 (or 0x405D41) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 5D and 41. RGB value is (64,93,65). Sum of RGB (Red+Green+Blue) = 64+93+65=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #405D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405D41 is #BFA2BE. Grayscale: #515151. Windows color (decimal): -12559039 or 4283712. OLE color: 4283712.

HSL color Cylindrical-coordinate representation of color #405D41: hue angle of 122.07º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #405D41 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB649365-
CMYK0.3100.300.64
HSL122.07º18.47%30.78%-
HSV(B)122.07º31.18%36.47%-
XYZ6.989.36.43-
YUV81.14118.89115.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 93 (36.72% from 255) = 41.89%
BLUE value IS 65 (25.78% from 255) = 29.28%
R=28.83%
G=41.89%
B=29.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6493650.3100.300.64122.0718.4730.78
Hex405D411F01E407a121f
Octal100135101370361001722237
Binary10000001011101100000111111011110100000011110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405D41; }

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

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

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

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

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

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

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

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