#41B58C

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

Shades of Gossamer #41B58C

Tints of Gossamer #41B58C

Color information

#41B58C (or 0x41B58C) is unknown color: approx Gossamer. HEX triplet: 41, B5 and 8C. RGB value is (65,181,140). Sum of RGB (Red+Green+Blue) = 65+181+140=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #41B58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41B58C is #BE4A73. Grayscale: #8D8D8D. Windows color (decimal): -12470900 or 9221441. OLE color: 9221441.

HSL color Cylindrical-coordinate representation of color #41B58C: hue angle of 158.79º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B58C is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB65181140-
CMYK0.6400.230.29
HSL158.79º47.15%48.24%-
HSV(B)158.79º64.09%70.98%-
XYZ23.4436.0730.54-
YUV141.64127.0773.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.84%
GREEN value IS 181 (71.09% from 255) = 46.89%
BLUE value IS 140 (55.08% from 255) = 36.27%
R=16.84%
G=46.89%
B=36.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal651811400.6400.230.29158.7947.1548.24
Hex41B58C400171D9f2f30
Octal101265214100027352375760
Binary1000001101101011000110010000000101111110110011111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,181,140); }

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

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

 a { background-color: rgb(65,181,140); }

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

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

 span { border-color: rgb(65,181,140); }

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