#41B185

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

Shades of Gossamer #41B185

Tints of Gossamer #41B185

Color information

#41B185 (or 0x41B185) is unknown color: approx Gossamer. HEX triplet: 41, B1 and 85. RGB value is (65,177,133). Sum of RGB (Red+Green+Blue) = 65+177+133=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #41B185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41B185 is #BE4E7A. Grayscale: #8A8A8A. Windows color (decimal): -12471931 or 8761665. OLE color: 8761665.

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

Color convert

RGB65177133-
CMYK0.6300.250.31
HSL156.43º46.28%47.45%-
HSV(B)156.43º63.28%69.41%-
XYZ22.1434.2627.64-
YUV138.5124.8975.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.33%
GREEN value IS 177 (69.53% from 255) = 47.2%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=17.33%
G=47.2%
B=35.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651771330.6300.250.31156.4346.2847.45
Hex41B1853F0191F9c2e2f
Octal10126120577031372345657
Binary100000110110001100001011111110110011111110011100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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