Html Css Color HEX #41A57F Gossamer

📋 copy color: '#41A57F'

red 65 ◦ green 165 ◦ blue 127

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

Shades of Gossamer #41A57F

Tints of Gossamer #41A57F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.22%

 BLUE value IS 127 (50% from 255) = 35.57%

R = 18.21%
G = 46.22%
B = 35.57%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#41A57F (or 0x41A57F) is known color: Gossamer. HEX triplet: 41, A5 and 7F. RGB value is (65,165,127). Sum of RGB (Red+Green+Blue) = 65+165+127=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #41A57F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A57F is #BE5A80. Grayscale: #828282. Windows color (decimal): -12475009 or 8365377. OLE color: 8365377.

HSL color Cylindrical-coordinate representation of color #41A57F: hue angle of 157.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A57F is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 165 127 -
CMYK 0.61 0 0.23 0.35
HSL 157.2º 0.43% 0.45% -
HSV(B) 157.2º 0.61% 0.65% -
XYZ 19.47 29.57 24.76 -
YUV 130.77 125.87 81.09 -
System Red Green Blue C M Y K H S L
Decimal 65 165 127 0.61 0 0.23 0.35 157.2 0.43 0.45
Hex 41 A5 7F 3D 0 17 23 9D 2B 2D
Octal 101 245 177 75 0 27 43 235 53 55
Binary 1000001 10100101 1111111 111101 0 10111 100011 10011101 101011 101101

Color Harmonies of #41A57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A57F

Black with #41A57F

Text Example


Text Example

White with #41A57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,165,127); }

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

background-color css

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

 a { background-color: rgb(65,165,127); }

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

border-color css

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

 span { border-color: rgb(65,165,127); }

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