Html Css Color HEX #41AD92 Gossamer

📋 copy color: '#41AD92'

red 65 ◦ green 173 ◦ blue 146

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

Shades of Gossamer #41AD92

Tints of Gossamer #41AD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.02%

R = 16.93%
G = 45.05%
B = 38.02%

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

#41AD92 (or 0x41AD92) is known color: Gossamer. HEX triplet: 41, AD and 92. RGB value is (65,173,146). Sum of RGB (Red+Green+Blue) = 65+173+146=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AD92 is #BE526D. Grayscale: #898989. Windows color (decimal): -12472942 or 9612609. OLE color: 9612609.

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

Color convert

RGB 65 173 146 -
CMYK 0.62 0 0.16 0.32
HSL 165º 0.45% 0.47% -
HSV(B) 165º 0.62% 0.68% -
XYZ 22.31 33.09 32.4 -
YUV 137.63 132.72 76.2 -
System Red Green Blue C M Y K H S L
Decimal 65 173 146 0.62 0 0.16 0.32 165 0.45 0.47
Hex 41 AD 92 3E 0 10 20 A5 2D 2F
Octal 101 255 222 76 0 20 40 245 55 57
Binary 1000001 10101101 10010010 111110 0 10000 100000 10100101 101101 101111

Color Harmonies of #41AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AD92

Black with #41AD92

Text Example


Text Example

White with #41AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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