#41B190

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

Shades of Gossamer #41B190

Tints of Gossamer #41B190

Color information

#41B190 (or 0x41B190) is unknown color: approx Gossamer. HEX triplet: 41, B1 and 90. RGB value is (65,177,144). Sum of RGB (Red+Green+Blue) = 65+177+144=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #41B190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41B190 is #BE4E6F. Grayscale: #8B8B8B. Windows color (decimal): -12471920 or 9482561. OLE color: 9482561.

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

Color convert

RGB65177144-
CMYK0.6300.190.31
HSL162.32º46.28%47.45%-
HSV(B)162.32º63.28%69.41%-
XYZ22.9434.5831.85-
YUV139.75130.3974.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.84%
GREEN value IS 177 (69.53% from 255) = 45.85%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=16.84%
G=45.85%
B=37.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651771440.6300.190.31162.3246.2847.45
Hex41B1903F0131Fa22e2f
Octal10126122077023372425657
Binary100000110110001100100001111110100111111110100010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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