#41B38E

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

Shades of Gossamer #41B38E

Tints of Gossamer #41B38E

Color information

#41B38E (or 0x41B38E) is unknown color: approx Gossamer. HEX triplet: 41, B3 and 8E. RGB value is (65,179,142). Sum of RGB (Red+Green+Blue) = 65+179+142=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #41B38E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41B38E is #BE4C71. Grayscale: #8C8C8C. Windows color (decimal): -12471410 or 9352001. OLE color: 9352001.

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

Color convert

RGB65179142-
CMYK0.6400.210.30
HSL160.53º46.72%47.84%-
HSV(B)160.53º63.69%70.2%-
XYZ23.1835.3231.19-
YUV140.7128.7374.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.84%
GREEN value IS 179 (70.31% from 255) = 46.37%
BLUE value IS 142 (55.86% from 255) = 36.79%
R=16.84%
G=46.37%
B=36.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal651791420.6400.210.30160.5346.7247.84
Hex41B38E400151Ea12f30
Octal101263216100025362415760
Binary1000001101100111000111010000000101011111010100001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,179,142); }

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

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

 a { background-color: rgb(65,179,142); }

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

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

 span { border-color: rgb(65,179,142); }

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