#40967A

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

Shades of Gossamer #40967A

Tints of Gossamer #40967A

Color information

#40967A (or 0x40967A) is unknown color: approx Gossamer. HEX triplet: 40, 96 and 7A. RGB value is (64,150,122). Sum of RGB (Red+Green+Blue) = 64+150+122=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #40967A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40967A is #BF6985. Grayscale: #797979. Windows color (decimal): -12544390 or 8033856. OLE color: 8033856.

HSL color Cylindrical-coordinate representation of color #40967A: hue angle of 160.47º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40967A is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB64150122-
CMYK0.5700.190.41
HSL160.47º40.19%41.96%-
HSV(B)160.47º57.33%58.82%-
XYZ16.5324.3122.23-
YUV121.09128.5187.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 150 (58.98% from 255) = 44.64%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=19.05%
G=44.64%
B=36.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641501220.5700.190.41160.4740.1941.96
Hex40967A3901329a0282a
Octal10022617271023512405052
Binary100000010010110111101011100101001110100110100000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40967A; }

 p { color: rgb(64,150,122); }

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

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

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

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

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

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

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