#40A490

Color #40A490 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #40A490

Tints of Gossamer #40A490

Color information

#40A490 (or 0x40A490) is unknown color: approx Gossamer. HEX triplet: 40, A4 and 90. RGB value is (64,164,144). Sum of RGB (Red+Green+Blue) = 64+164+144=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #40A490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A490 is #BF5B6F. Grayscale: #838383. Windows color (decimal): -12540784 or 9479232. OLE color: 9479232.

HSL color Cylindrical-coordinate representation of color #40A490: hue angle of 168º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A490 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB64164144-
CMYK0.6100.120.36
HSL168º43.86%44.71%-
HSV(B)168º60.98%64.31%-
XYZ20.4229.6531.03-
YUV131.82134.8779.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.20%
GREEN value IS 164 (64.45% from 255) = 44.09%
BLUE value IS 144 (56.64% from 255) = 38.71%
R=17.20%
G=44.09%
B=38.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641641440.6100.120.3616843.8644.71
Hex40A4903D0C24a82c2d
Octal10024422075014442505455
Binary100000010100100100100001111010110010010010101000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40A490; }

 p { color: rgb(64,164,144); }

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

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

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

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

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

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

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