#40997A

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

Shades of Gossamer #40997A

Tints of Gossamer #40997A

Color information

#40997A (or 0x40997A) is unknown color: approx Gossamer. HEX triplet: 40, 99 and 7A. RGB value is (64,153,122). Sum of RGB (Red+Green+Blue) = 64+153+122=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #40997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40997A is #BF6685. Grayscale: #7A7A7A. Windows color (decimal): -12543622 or 8034624. OLE color: 8034624.

HSL color Cylindrical-coordinate representation of color #40997A: hue angle of 159.1º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40997A is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB64153122-
CMYK0.5800.200.4
HSL159.1º41.01%42.55%-
HSV(B)159.1º58.17%60%-
XYZ17.0225.2822.39-
YUV122.85127.5186.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.88%
GREEN value IS 153 (60.16% from 255) = 45.13%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=18.88%
G=45.13%
B=35.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641531220.5800.200.4159.141.0142.55
Hex40997A3A014289f292b
Octal10023117272024502375153
Binary100000010011001111101011101001010010100010011111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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