#405541

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

Shades of Grey-Asparagus #405541

Tints of Grey-Asparagus #405541

Color information

#405541 (or 0x405541) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 55 and 41. RGB value is (64,85,65). Sum of RGB (Red+Green+Blue) = 64+85+65=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #405541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405541 is #BFAABE. Grayscale: #4C4C4C. Windows color (decimal): -12561087 or 4281664. OLE color: 4281664.

HSL color Cylindrical-coordinate representation of color #405541: hue angle of 122.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #405541 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB648565-
CMYK0.2500.240.67
HSL122.86º14.09%29.22%-
HSV(B)122.86º24.71%33.33%-
XYZ6.327.976.21-
YUV76.44121.54119.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 65 (25.78% from 255) = 30.37%
R=29.91%
G=39.72%
B=30.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485650.2500.240.67122.8614.0929.22
Hex40554119018437be1d
Octal100125101310301031731635
Binary1000000101010110000011100101100010000111111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405541; }

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

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

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

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

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

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

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

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