Html Css Color HEX #41AF99 Gossamer

📋 copy color: '#41AF99'

red 65 ◦ green 175 ◦ blue 153

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

Shades of Gossamer #41AF99

Tints of Gossamer #41AF99

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.53%

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

R = 16.54%
G = 44.53%
B = 38.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#41AF99 (or 0x41AF99) is known color: Gossamer. HEX triplet: 41, AF and 99. RGB value is (65,175,153). Sum of RGB (Red+Green+Blue) = 65+175+153=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AF99 is #BE5066. Grayscale: #8B8B8B. Windows color (decimal): -12472423 or 10071873. OLE color: 10071873.

HSL color Cylindrical-coordinate representation of color #41AF99: hue angle of 168º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41AF99 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 175 153 -
CMYK 0.63 0 0.13 0.31
HSL 168º 0.46% 0.47% -
HSV(B) 168º 0.63% 0.69% -
XYZ 23.26 34.08 35.49 -
YUV 139.6 135.56 74.79 -
System Red Green Blue C M Y K H S L
Decimal 65 175 153 0.63 0 0.13 0.31 168 0.46 0.47
Hex 41 AF 99 3F 0 D 1F A8 2E 2F
Octal 101 257 231 77 0 15 37 250 56 57
Binary 1000001 10101111 10011001 111111 0 1101 11111 10101000 101110 101111

Color Harmonies of #41AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AF99

Black with #41AF99

Text Example


Text Example

White with #41AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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