#41A48E

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

Shades of Gossamer #41A48E

Tints of Gossamer #41A48E

Color information

#41A48E (or 0x41A48E) is unknown color: approx Gossamer. HEX triplet: 41, A4 and 8E. RGB value is (65,164,142). Sum of RGB (Red+Green+Blue) = 65+164+142=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #41A48E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A48E is #BE5B71. Grayscale: #838383. Windows color (decimal): -12475250 or 9348161. OLE color: 9348161.

HSL color Cylindrical-coordinate representation of color #41A48E: hue angle of 166.67º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41A48E is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB65164142-
CMYK0.6000.130.36
HSL166.67º43.23%44.9%-
HSV(B)166.67º60.37%64.31%-
XYZ20.3429.6330.24-
YUV131.89133.780.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.52%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=17.52%
G=44.20%
B=38.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal651641420.6000.130.36166.6743.2344.9
Hex41A48E3C0D24a72b2d
Octal10124421674015442475355
Binary100000110100100100011101111000110110010010100111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,164,142); }

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

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

 a { background-color: rgb(65,164,142); }

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

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

 span { border-color: rgb(65,164,142); }

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