Html Css Color HEX #41AD91 Gossamer

📋 copy color: '#41AD91'

red 65 ◦ green 173 ◦ blue 145

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

Shades of Gossamer #41AD91

Tints of Gossamer #41AD91

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.17%

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

R = 16.97%
G = 45.17%
B = 37.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#41AD91 (or 0x41AD91) is known color: Gossamer. HEX triplet: 41, AD and 91. RGB value is (65,173,145). Sum of RGB (Red+Green+Blue) = 65+173+145=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AD91 is #BE526E. Grayscale: #898989. Windows color (decimal): -12472943 or 9547073. OLE color: 9547073.

HSL color Cylindrical-coordinate representation of color #41AD91: hue angle of 164.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AD91 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 173 145 -
CMYK 0.62 0 0.16 0.32
HSL 164.44º 0.45% 0.47% -
HSV(B) 164.44º 0.62% 0.68% -
XYZ 22.23 33.06 32 -
YUV 137.52 132.22 76.28 -
System Red Green Blue C M Y K H S L
Decimal 65 173 145 0.62 0 0.16 0.32 164.44 0.45 0.47
Hex 41 AD 91 3E 0 10 20 A4 2D 2F
Octal 101 255 221 76 0 20 40 244 55 57
Binary 1000001 10101101 10010001 111110 0 10000 100000 10100100 101101 101111

Color Harmonies of #41AD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AD91

Black with #41AD91

Text Example


Text Example

White with #41AD91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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