#41B18D

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

Shades of Gossamer #41B18D

Tints of Gossamer #41B18D

Color information

#41B18D (or 0x41B18D) is unknown color: approx Gossamer. HEX triplet: 41, B1 and 8D. RGB value is (65,177,141). Sum of RGB (Red+Green+Blue) = 65+177+141=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 177 - color contains mainly: green. Hex color #41B18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41B18D is #BE4E72. Grayscale: #8B8B8B. Windows color (decimal): -12471923 or 9285953. OLE color: 9285953.

HSL color Cylindrical-coordinate representation of color #41B18D: hue angle of 160.71º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41B18D is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB65177141-
CMYK0.6300.200.31
HSL160.71º46.28%47.45%-
HSV(B)160.71º63.28%69.41%-
XYZ22.7134.4930.66-
YUV139.41128.8974.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.97%
GREEN value IS 177 (69.53% from 255) = 46.21%
BLUE value IS 141 (55.47% from 255) = 36.81%
R=16.97%
G=46.21%
B=36.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651771410.6300.200.31160.7146.2847.45
Hex41B18D3F0141Fa12e2f
Octal10126121577024372415657
Binary100000110110001100011011111110101001111110100001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,177,141); }

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

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

 a { background-color: rgb(65,177,141); }

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

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

 span { border-color: rgb(65,177,141); }

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