#41A690

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

Shades of Gossamer #41A690

Tints of Gossamer #41A690

Color information

#41A690 (or 0x41A690) is unknown color: approx Gossamer. HEX triplet: 41, A6 and 90. RGB value is (65,166,144). Sum of RGB (Red+Green+Blue) = 65+166+144=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #41A690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A690 is #BE596F. Grayscale: #858585. Windows color (decimal): -12474736 or 9479745. OLE color: 9479745.

HSL color Cylindrical-coordinate representation of color #41A690: hue angle of 166.93º 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 #41A690 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB65166144-
CMYK0.6100.130.35
HSL166.93º43.72%45.29%-
HSV(B)166.93º60.84%65.1%-
XYZ20.8530.4131.16-
YUV133.29134.0479.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.33%
GREEN value IS 166 (65.23% from 255) = 44.27%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=17.33%
G=44.27%
B=38.4%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal651661440.6100.130.35166.9343.7245.29
Hex41A6903D0D23a72c2d
Octal10124622075015432475455
Binary100000110100110100100001111010110110001110100111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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