#405440

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

Shades of Grey-Asparagus #405440

Tints of Grey-Asparagus #405440

Color information

#405440 (or 0x405440) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 54 and 40. RGB value is (64,84,64). Sum of RGB (Red+Green+Blue) = 64+84+64=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 84 - color contains mainly: green. Hex color #405440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405440 is #BFABBF. Grayscale: #4B4B4B. Windows color (decimal): -12561344 or 4215872. OLE color: 4215872.

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

Color convert

RGB648464-
CMYK0.2400.240.67
HSL120º13.51%29.02%-
HSV(B)120º23.81%32.94%-
XYZ6.217.86.03-
YUV75.74121.37119.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 64 (25.39% from 255) = 30.19%
R=30.19%
G=39.62%
B=30.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484640.2400.240.6712013.5129.02
Hex405440180184378e1d
Octal100124100300301031701635
Binary1000000101010010000001100001100010000111111000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405440; }

 p { color: rgb(64,84,64); }

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

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

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

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

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

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

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