#41B58F

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

Shades of Gossamer #41B58F

Tints of Gossamer #41B58F

Color information

#41B58F (or 0x41B58F) is unknown color: approx Gossamer. HEX triplet: 41, B5 and 8F. RGB value is (65,181,143). Sum of RGB (Red+Green+Blue) = 65+181+143=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 181 - color contains mainly: green. Hex color #41B58F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41B58F is #BE4A70. Grayscale: #8E8E8E. Windows color (decimal): -12470897 or 9418049. OLE color: 9418049.

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

Color convert

RGB65181143-
CMYK0.6400.210.29
HSL160.34º47.15%48.24%-
HSV(B)160.34º64.09%70.98%-
XYZ23.6636.1531.72-
YUV141.98128.5773.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.71%
GREEN value IS 181 (71.09% from 255) = 46.53%
BLUE value IS 143 (56.25% from 255) = 36.76%
R=16.71%
G=46.53%
B=36.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal651811430.6400.210.29160.3447.1548.24
Hex41B58F400151Da02f30
Octal101265217100025352405760
Binary1000001101101011000111110000000101011110110100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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