#40987B

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

Shades of Gossamer #40987B

Tints of Gossamer #40987B

Color information

#40987B (or 0x40987B) is unknown color: approx Gossamer. HEX triplet: 40, 98 and 7B. RGB value is (64,152,123). Sum of RGB (Red+Green+Blue) = 64+152+123=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #40987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40987B is #BF6784. Grayscale: #7A7A7A. Windows color (decimal): -12543877 or 8099904. OLE color: 8099904.

HSL color Cylindrical-coordinate representation of color #40987B: hue angle of 160.23º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40987B is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB64152123-
CMYK0.5800.190.40
HSL160.23º40.74%42.35%-
HSV(B)160.23º57.89%59.61%-
XYZ16.9224.9822.67-
YUV122.38128.3586.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.88%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=18.88%
G=44.84%
B=36.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641521230.5800.190.40160.2340.7442.35
Hex40987B3A01328a0292a
Octal10023017372023502405152
Binary100000010011000111101111101001001110100010100000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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