Html Css Color HEX #41987F Gossamer

📋 copy color: '#41987F'

red 65 ◦ green 152 ◦ blue 127

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

Shades of Gossamer #41987F

Tints of Gossamer #41987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.19%

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

R = 18.9%
G = 44.19%
B = 36.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#41987F (or 0x41987F) is known color: Gossamer. HEX triplet: 41, 98 and 7F. RGB value is (65,152,127). Sum of RGB (Red+Green+Blue) = 65+152+127=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #41987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41987F is #BE6780. Grayscale: #7B7B7B. Windows color (decimal): -12478337 or 8362049. OLE color: 8362049.

HSL color Cylindrical-coordinate representation of color #41987F: hue angle of 162.76º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41987F is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 152 127 -
CMYK 0.57 0 0.16 0.40
HSL 162.76º 0.4% 0.43% -
HSV(B) 162.76º 0.57% 0.6% -
XYZ 17.24 25.11 24.02 -
YUV 123.14 130.18 86.53 -
System Red Green Blue C M Y K H S L
Decimal 65 152 127 0.57 0 0.16 0.40 162.76 0.4 0.43
Hex 41 98 7F 39 0 10 28 A3 28 2B
Octal 101 230 177 71 0 20 50 243 50 53
Binary 1000001 10011000 1111111 111001 0 10000 101000 10100011 101000 101011

Color Harmonies of #41987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41987F

Black with #41987F

Text Example


Text Example

White with #41987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41987F; }

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

 H1.HeaderClassName
 {
   color: #41987F;
 }
 .AnyTagClassName
 {
   color: #41987F;
 }
</style>

background-color css

<style>
 a { background-color: #41987F; }

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

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

border-color css

<style>
 span { border-color: #41987F; }

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

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