Html Css Color HEX #41A87F Gossamer

📋 copy color: '#41A87F'

red 65 ◦ green 168 ◦ blue 127

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

Shades of Gossamer #41A87F

Tints of Gossamer #41A87F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.67%

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

R = 18.06%
G = 46.67%
B = 35.28%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#41A87F (or 0x41A87F) is known color: Gossamer. HEX triplet: 41, A8 and 7F. RGB value is (65,168,127). Sum of RGB (Red+Green+Blue) = 65+168+127=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 168 - color contains mainly: green. Hex color #41A87F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A87F is #BE5780. Grayscale: #848484. Windows color (decimal): -12474241 or 8366145. OLE color: 8366145.

HSL color Cylindrical-coordinate representation of color #41A87F: hue angle of 156.12º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A87F is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 65 168 127 -
CMYK 0.61 0 0.24 0.34
HSL 156.12º 0.44% 0.46% -
HSV(B) 156.12º 0.61% 0.66% -
XYZ 20.01 30.66 24.94 -
YUV 132.53 124.88 79.83 -
System Red Green Blue C M Y K H S L
Decimal 65 168 127 0.61 0 0.24 0.34 156.12 0.44 0.46
Hex 41 A8 7F 3D 0 18 22 9C 2C 2E
Octal 101 250 177 75 0 30 42 234 54 56
Binary 1000001 10101000 1111111 111101 0 11000 100010 10011100 101100 101110

Color Harmonies of #41A87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A87F

Black with #41A87F

Text Example


Text Example

White with #41A87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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