Html Css Color HEX #41AD83 Gossamer

📋 copy color: '#41AD83'

red 65 ◦ green 173 ◦ blue 131

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

Shades of Gossamer #41AD83

Tints of Gossamer #41AD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.5%

R = 17.62%
G = 46.88%
B = 35.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#41AD83 (or 0x41AD83) is known color: Gossamer. HEX triplet: 41, AD and 83. RGB value is (65,173,131). Sum of RGB (Red+Green+Blue) = 65+173+131=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AD83 is #BE527C. Grayscale: #878787. Windows color (decimal): -12472957 or 8629569. OLE color: 8629569.

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

Color convert

RGB 65 173 131 -
CMYK 0.62 0 0.24 0.32
HSL 156.67º 0.45% 0.47% -
HSV(B) 156.67º 0.62% 0.68% -
XYZ 21.22 32.65 26.66 -
YUV 135.92 125.22 77.42 -
System Red Green Blue C M Y K H S L
Decimal 65 173 131 0.62 0 0.24 0.32 156.67 0.45 0.47
Hex 41 AD 83 3E 0 18 20 9D 2D 2F
Octal 101 255 203 76 0 30 40 235 55 57
Binary 1000001 10101101 10000011 111110 0 11000 100000 10011101 101101 101111

Color Harmonies of #41AD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AD83

Black with #41AD83

Text Example


Text Example

White with #41AD83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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