#41A97E

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

Shades of Gossamer #41A97E

Tints of Gossamer #41A97E

Color information

#41A97E (or 0x41A97E) is unknown color: approx Gossamer. HEX triplet: 41, A9 and 7E. RGB value is (65,169,126). Sum of RGB (Red+Green+Blue) = 65+169+126=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #41A97E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A97E is #BE5681. Grayscale: #858585. Windows color (decimal): -12473986 or 8300865. OLE color: 8300865.

HSL color Cylindrical-coordinate representation of color #41A97E: hue angle of 155.19º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41A97E is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB65169126-
CMYK0.6200.250.34
HSL155.19º44.44%45.88%-
HSV(B)155.19º61.54%66.27%-
XYZ20.1331.0124.66-
YUV133124.0479.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.06%
GREEN value IS 169 (66.41% from 255) = 46.94%
BLUE value IS 126 (49.61% from 255) = 35%
R=18.06%
G=46.94%
B=35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal651691260.6200.250.34155.1944.4445.88
Hex41A97E3E019229b2c2e
Octal10125117676031422335456
Binary100000110101001111111011111001100110001010011011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41A97E; }

 p { color: rgb(65,169,126); }

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

<style>
 a { background-color: #41A97E; }

 a { background-color: rgb(65,169,126); }

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

<style>
 span { border-color: #41A97E; }

 span { border-color: rgb(65,169,126); }

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