#40957C

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

Shades of Gossamer #40957C

Tints of Gossamer #40957C

Color information

#40957C (or 0x40957C) is unknown color: approx Gossamer. HEX triplet: 40, 95 and 7C. RGB value is (64,149,124). Sum of RGB (Red+Green+Blue) = 64+149+124=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #40957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40957C is #BF6A83. Grayscale: #787878. Windows color (decimal): -12544644 or 8164672. OLE color: 8164672.

HSL color Cylindrical-coordinate representation of color #40957C: hue angle of 162.35º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40957C is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB64149124-
CMYK0.5700.170.42
HSL162.35º39.91%41.76%-
HSV(B)162.35º57.05%58.43%-
XYZ16.524.0422.84-
YUV120.73129.8487.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.99%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=18.99%
G=44.21%
B=36.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641491240.5700.170.42162.3539.9141.76
Hex40957C390112Aa2282a
Octal10022517471021522425052
Binary100000010010101111110011100101000110101010100010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40957C; }

 p { color: rgb(64,149,124); }

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

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

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

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

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

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

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