#41B193

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

Shades of Gossamer #41B193

Tints of Gossamer #41B193

Color information

#41B193 (or 0x41B193) is unknown color: approx Gossamer. HEX triplet: 41, B1 and 93. RGB value is (65,177,147). Sum of RGB (Red+Green+Blue) = 65+177+147=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #41B193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41B193 is #BE4E6C. Grayscale: #8C8C8C. Windows color (decimal): -12471917 or 9679169. OLE color: 9679169.

HSL color Cylindrical-coordinate representation of color #41B193: hue angle of 163.93º 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 #41B193 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB65177147-
CMYK0.6300.170.31
HSL163.93º46.28%47.45%-
HSV(B)163.93º63.28%69.41%-
XYZ23.1734.6733.08-
YUV140.09131.8974.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.71%
GREEN value IS 177 (69.53% from 255) = 45.50%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=16.71%
G=45.50%
B=37.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651771470.6300.170.31163.9346.2847.45
Hex41B1933F0111Fa42e2f
Octal10126122377021372445657
Binary100000110110001100100111111110100011111110100100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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