#41A090

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

Shades of Gossamer #41A090

Tints of Gossamer #41A090

Color information

#41A090 (or 0x41A090) is unknown color: approx Gossamer. HEX triplet: 41, A0 and 90. RGB value is (65,160,144). Sum of RGB (Red+Green+Blue) = 65+160+144=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 160 - color contains mainly: green. Hex color #41A090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A090 is #BE5F6F. Grayscale: #818181. Windows color (decimal): -12476272 or 9478209. OLE color: 9478209.

HSL color Cylindrical-coordinate representation of color #41A090: hue angle of 169.89º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41A090 is Cyan = 0.59, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB65160144-
CMYK0.5900.10.37
HSL169.89º42.22%44.12%-
HSV(B)169.89º59.38%62.75%-
XYZ19.7828.2830.8-
YUV129.77136.0381.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.62%
GREEN value IS 160 (62.89% from 255) = 43.36%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=17.62%
G=43.36%
B=39.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal651601440.5900.10.37169.8942.2244.12
Hex41A0903B0A25aa2a2c
Octal10124022073012452525254
Binary100000110100000100100001110110101010010110101010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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