#41987C

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

Shades of Gossamer #41987C

Tints of Gossamer #41987C

Color information

#41987C (or 0x41987C) is unknown color: approx Gossamer. HEX triplet: 41, 98 and 7C. RGB value is (65,152,124). Sum of RGB (Red+Green+Blue) = 65+152+124=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #41987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41987C is #BE6783. Grayscale: #7A7A7A. Windows color (decimal): -12478340 or 8165441. OLE color: 8165441.

HSL color Cylindrical-coordinate representation of color #41987C: hue angle of 160.69º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41987C is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB65152124-
CMYK0.5700.180.40
HSL160.69º40.09%42.55%-
HSV(B)160.69º57.24%59.61%-
XYZ17.0525.0423-
YUV122.79128.6886.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.06%
GREEN value IS 152 (59.77% from 255) = 44.57%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=19.06%
G=44.57%
B=36.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651521240.5700.180.40160.6940.0942.55
Hex41987C3901228a1282b
Octal10123017471022502415053
Binary100000110011000111110011100101001010100010100001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41987C; }

 p { color: rgb(65,152,124); }

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

<style>
 a { background-color: #41987C; }

 a { background-color: rgb(65,152,124); }

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

<style>
 span { border-color: #41987C; }

 span { border-color: rgb(65,152,124); }

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