Html Css Color HEX #41A391 Gossamer

📋 copy color: '#41A391'

red 65 ◦ green 163 ◦ blue 145

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

Shades of Gossamer #41A391

Tints of Gossamer #41A391

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.7%

 BLUE value IS 145 (57.03% from 255) = 38.87%

R = 17.43%
G = 43.7%
B = 38.87%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#41A391 (or 0x41A391) is known color: Gossamer. HEX triplet: 41, A3 and 91. RGB value is (65,163,145). Sum of RGB (Red+Green+Blue) = 65+163+145=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 163 - color contains mainly: green. Hex color #41A391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A391 is #BE5C6E. Grayscale: #838383. Windows color (decimal): -12475503 or 9544513. OLE color: 9544513.

HSL color Cylindrical-coordinate representation of color #41A391: hue angle of 168.98º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41A391 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 65 163 145 -
CMYK 0.60 0 0.11 0.36
HSL 168.98º 0.43% 0.45% -
HSV(B) 168.98º 0.6% 0.64% -
XYZ 20.39 29.36 31.38 -
YUV 131.65 135.53 80.46 -
System Red Green Blue C M Y K H S L
Decimal 65 163 145 0.60 0 0.11 0.36 168.98 0.43 0.45
Hex 41 A3 91 3C 0 B 24 A9 2B 2D
Octal 101 243 221 74 0 13 44 251 53 55
Binary 1000001 10100011 10010001 111100 0 1011 100100 10101001 101011 101101

Color Harmonies of #41A391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A391

Black with #41A391

Text Example


Text Example

White with #41A391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,163,145); }

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

background-color css

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

 a { background-color: rgb(65,163,145); }

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

border-color css

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

 span { border-color: rgb(65,163,145); }

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