#41A68B

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

Shades of Gossamer #41A68B

Tints of Gossamer #41A68B

Color information

#41A68B (or 0x41A68B) is unknown color: approx Gossamer. HEX triplet: 41, A6 and 8B. RGB value is (65,166,139). Sum of RGB (Red+Green+Blue) = 65+166+139=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 166 - color contains mainly: green. Hex color #41A68B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A68B is #BE5974. Grayscale: #848484. Windows color (decimal): -12474741 or 9152065. OLE color: 9152065.

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

Color convert

RGB65166139-
CMYK0.6100.160.35
HSL163.96º43.72%45.29%-
HSV(B)163.96º60.84%65.1%-
XYZ20.4830.2629.19-
YUV132.72131.5479.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.57%
GREEN value IS 166 (65.23% from 255) = 44.86%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=17.57%
G=44.86%
B=37.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal651661390.6100.160.35163.9643.7245.29
Hex41A68B3D01023a42c2d
Octal10124621375020432445455
Binary1000001101001101000101111110101000010001110100100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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