#41A886

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

Shades of Gossamer #41A886

Tints of Gossamer #41A886

Color information

#41A886 (or 0x41A886) is unknown color: approx Gossamer. HEX triplet: 41, A8 and 86. RGB value is (65,168,134). Sum of RGB (Red+Green+Blue) = 65+168+134=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 168 - color contains mainly: green. Hex color #41A886 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A886 is #BE5779. Grayscale: #858585. Windows color (decimal): -12474234 or 8824897. OLE color: 8824897.

HSL color Cylindrical-coordinate representation of color #41A886: hue angle of 160.19º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A886 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB65168134-
CMYK0.6100.200.34
HSL160.19º44.21%45.69%-
HSV(B)160.19º61.31%65.88%-
XYZ20.4930.8527.43-
YUV133.33128.3879.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.71%
GREEN value IS 168 (66.02% from 255) = 45.78%
BLUE value IS 134 (52.73% from 255) = 36.51%
R=17.71%
G=45.78%
B=36.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal651681340.6100.200.34160.1944.2145.69
Hex41A8863D01422a02c2e
Octal10125020675024422405456
Binary1000001101010001000011011110101010010001010100000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,168,134); }

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

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

 a { background-color: rgb(65,168,134); }

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

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

 span { border-color: rgb(65,168,134); }

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