#40987A

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

Shades of Gossamer #40987A

Tints of Gossamer #40987A

Color information

#40987A (or 0x40987A) is unknown color: approx Gossamer. HEX triplet: 40, 98 and 7A. RGB value is (64,152,122). Sum of RGB (Red+Green+Blue) = 64+152+122=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #40987A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40987A is #BF6785. Grayscale: #7A7A7A. Windows color (decimal): -12543878 or 8034368. OLE color: 8034368.

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

Color convert

RGB64152122-
CMYK0.5800.200.40
HSL159.55º40.74%42.35%-
HSV(B)159.55º57.89%59.61%-
XYZ16.8624.9522.34-
YUV122.27127.8586.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.93%
GREEN value IS 152 (59.77% from 255) = 44.97%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=18.93%
G=44.97%
B=36.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641521220.5800.200.40159.5540.7442.35
Hex40987A3A01428a0292a
Octal10023017272024502405152
Binary100000010011000111101011101001010010100010100000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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