#41A68F

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

Shades of Gossamer #41A68F

Tints of Gossamer #41A68F

Color information

#41A68F (or 0x41A68F) is unknown color: approx Gossamer. HEX triplet: 41, A6 and 8F. RGB value is (65,166,143). Sum of RGB (Red+Green+Blue) = 65+166+143=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 166 - color contains mainly: green. Hex color #41A68F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A68F is #BE5970. Grayscale: #858585. Windows color (decimal): -12474737 or 9414209. OLE color: 9414209.

HSL color Cylindrical-coordinate representation of color #41A68F: hue angle of 166.34º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A68F is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB65166143-
CMYK0.6100.140.35
HSL166.34º43.72%45.29%-
HSV(B)166.34º60.84%65.1%-
XYZ20.7730.3830.76-
YUV133.18133.5479.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.38%
GREEN value IS 166 (65.23% from 255) = 44.39%
BLUE value IS 143 (56.25% from 255) = 38.24%
R=17.38%
G=44.39%
B=38.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal651661430.6100.140.35166.3443.7245.29
Hex41A68F3D0E23a62c2d
Octal10124621775016432465455
Binary100000110100110100011111111010111010001110100110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,166,143); }

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

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

 a { background-color: rgb(65,166,143); }

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

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

 span { border-color: rgb(65,166,143); }

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