#40997B

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

Shades of Gossamer #40997B

Tints of Gossamer #40997B

Color information

#40997B (or 0x40997B) is unknown color: approx Gossamer. HEX triplet: 40, 99 and 7B. RGB value is (64,153,123). Sum of RGB (Red+Green+Blue) = 64+153+123=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #40997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40997B is #BF6684. Grayscale: #7B7B7B. Windows color (decimal): -12543621 or 8100160. OLE color: 8100160.

HSL color Cylindrical-coordinate representation of color #40997B: hue angle of 159.78º 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 #40997B is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB64153123-
CMYK0.5800.200.4
HSL159.78º41.01%42.55%-
HSV(B)159.78º58.17%60%-
XYZ17.0825.322.72-
YUV122.97128.0185.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.82%
GREEN value IS 153 (60.16% from 255) = 45%
BLUE value IS 123 (48.44% from 255) = 36.18%
R=18.82%
G=45%
B=36.18%

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
Decimal641531230.5800.200.4159.7841.0142.55
Hex40997B3A01428a0292b
Octal10023117372024502405153
Binary100000010011001111101111101001010010100010100000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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