#41A47D

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

Shades of Gossamer #41A47D

Tints of Gossamer #41A47D

Color information

#41A47D (or 0x41A47D) is unknown color: approx Gossamer. HEX triplet: 41, A4 and 7D. RGB value is (65,164,125). Sum of RGB (Red+Green+Blue) = 65+164+125=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 164 - color contains mainly: green. Hex color #41A47D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A47D is #BE5B82. Grayscale: #828282. Windows color (decimal): -12475267 or 8234049. OLE color: 8234049.

HSL color Cylindrical-coordinate representation of color #41A47D: hue angle of 156.36º 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 #41A47D is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB65164125-
CMYK0.6000.240.36
HSL156.36º43.23%44.9%-
HSV(B)156.36º60.37%64.31%-
XYZ19.1629.1624.02-
YUV129.95125.281.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.36%
GREEN value IS 164 (64.45% from 255) = 46.33%
BLUE value IS 125 (49.22% from 255) = 35.31%
R=18.36%
G=46.33%
B=35.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal651641250.6000.240.36156.3643.2344.9
Hex41A47D3C018249c2b2d
Octal10124417574030442345355
Binary100000110100100111110111110001100010010010011100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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