#41A885

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

Shades of Gossamer #41A885

Tints of Gossamer #41A885

Color information

#41A885 (or 0x41A885) is unknown color: approx Gossamer. HEX triplet: 41, A8 and 85. RGB value is (65,168,133). Sum of RGB (Red+Green+Blue) = 65+168+133=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 168 - color contains mainly: green. Hex color #41A885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A885 is #BE577A. Grayscale: #858585. Windows color (decimal): -12474235 or 8759361. OLE color: 8759361.

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

Color convert

RGB65168133-
CMYK0.6100.210.34
HSL159.61º44.21%45.69%-
HSV(B)159.61º61.31%65.88%-
XYZ20.4230.8227.06-
YUV133.21127.8879.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.76%
GREEN value IS 168 (66.02% from 255) = 45.90%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=17.76%
G=45.90%
B=36.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal651681330.6100.210.34159.6144.2145.69
Hex41A8853D01522a02c2e
Octal10125020575025422405456
Binary1000001101010001000010111110101010110001010100000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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