Html Css Color HEX #41B096 Gossamer

📋 copy color: '#41B096'

red 65 ◦ green 176 ◦ blue 150

#41B096
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #41B096

Tints of Gossamer #41B096

RGB

 RED value IS 65 (25.78% from 255) = 16.62%

 GREEN value IS 176 (69.14% from 255) = 45.01%

 BLUE value IS 150 (58.98% from 255) = 38.36%

R = 16.62%
G = 45.01%
B = 38.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#41B096 (or 0x41B096) is known color: Gossamer. HEX triplet: 41, B0 and 96. RGB value is (65,176,150). Sum of RGB (Red+Green+Blue) = 65+176+150=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 176 - color contains mainly: green. Hex color #41B096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41B096 is #BE4F69. Grayscale: #8B8B8B. Windows color (decimal): -12472170 or 9875521. OLE color: 9875521.

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

Color convert

RGB 65 176 150 -
CMYK 0.63 0 0.15 0.31
HSL 165.95º 0.46% 0.47% -
HSV(B) 165.95º 0.63% 0.69% -
XYZ 23.21 34.38 34.27 -
YUV 139.85 133.73 74.61 -
System Red Green Blue C M Y K H S L
Decimal 65 176 150 0.63 0 0.15 0.31 165.95 0.46 0.47
Hex 41 B0 96 3F 0 F 1F A6 2E 2F
Octal 101 260 226 77 0 17 37 246 56 57
Binary 1000001 10110000 10010110 111111 0 1111 11111 10100110 101110 101111

Color Harmonies of #41B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B096

Black with #41B096

Text Example


Text Example

White with #41B096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,176,150); }

 H1.HeaderClassName
 {
   color: #41B096;
 }
 .AnyTagClassName
 {
   color: #41B096;
 }
</style>

background-color css

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

 a { background-color: rgb(65,176,150); }

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

border-color css

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

 span { border-color: rgb(65,176,150); }

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