Html Css Color HEX #41B099 Gossamer

📋 copy color: '#41B099'

red 65 ◦ green 176 ◦ blue 153

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

Shades of Gossamer #41B099

Tints of Gossamer #41B099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 16.5%
G = 44.67%
B = 38.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#41B099 (or 0x41B099) is known color: Gossamer. HEX triplet: 41, B0 and 99. RGB value is (65,176,153). Sum of RGB (Red+Green+Blue) = 65+176+153=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #41B099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41B099 is #BE4F66. Grayscale: #8C8C8C. Windows color (decimal): -12472167 or 10072129. OLE color: 10072129.

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

Color convert

RGB 65 176 153 -
CMYK 0.63 0 0.13 0.31
HSL 167.57º 0.46% 0.47% -
HSV(B) 167.57º 0.63% 0.69% -
XYZ 23.46 34.47 35.56 -
YUV 140.19 135.23 74.37 -
System Red Green Blue C M Y K H S L
Decimal 65 176 153 0.63 0 0.13 0.31 167.57 0.46 0.47
Hex 41 B0 99 3F 0 D 1F A8 2E 2F
Octal 101 260 231 77 0 15 37 250 56 57
Binary 1000001 10110000 10011001 111111 0 1101 11111 10101000 101110 101111

Color Harmonies of #41B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B099

Black with #41B099

Text Example


Text Example

White with #41B099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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