Html Css Color HEX #41AD99 Gossamer

📋 copy color: '#41AD99'

red 65 ◦ green 173 ◦ blue 153

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

Shades of Gossamer #41AD99

Tints of Gossamer #41AD99

RGB

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

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

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

R = 16.62%
G = 44.25%
B = 39.13%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#41AD99 (or 0x41AD99) is known color: Gossamer. HEX triplet: 41, AD and 99. RGB value is (65,173,153). Sum of RGB (Red+Green+Blue) = 65+173+153=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AD99 is #BE5266. Grayscale: #8A8A8A. Windows color (decimal): -12472935 or 10071361. OLE color: 10071361.

HSL color Cylindrical-coordinate representation of color #41AD99: hue angle of 168.89º 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 #41AD99 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 173 153 -
CMYK 0.62 0 0.12 0.32
HSL 168.89º 0.45% 0.47% -
HSV(B) 168.89º 0.62% 0.68% -
XYZ 22.87 33.31 35.36 -
YUV 138.43 136.22 75.63 -
System Red Green Blue C M Y K H S L
Decimal 65 173 153 0.62 0 0.12 0.32 168.89 0.45 0.47
Hex 41 AD 99 3E 0 C 20 A9 2D 2F
Octal 101 255 231 76 0 14 40 251 55 57
Binary 1000001 10101101 10011001 111110 0 1100 100000 10101001 101101 101111

Color Harmonies of #41AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AD99

Black with #41AD99

Text Example


Text Example

White with #41AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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