Html Css Color HEX #3F9676 Gossamer

📋 copy color: '#3F9676'

red 63 ◦ green 150 ◦ blue 118

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

Shades of Gossamer #3F9676

Tints of Gossamer #3F9676

RGB

 RED value IS 63 (25% from 255) = 19.03%

 GREEN value IS 150 (58.98% from 255) = 45.32%

 BLUE value IS 118 (46.48% from 255) = 35.65%

R = 19.03%
G = 45.32%
B = 35.65%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#3F9676 (or 0x3F9676) is known color: Gossamer. HEX triplet: 3F, 96 and 76. RGB value is (63,150,118). Sum of RGB (Red+Green+Blue) = 63+150+118=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9676 is #C06989. Grayscale: #787878. Windows color (decimal): -12609930 or 7771711. OLE color: 7771711.

HSL color Cylindrical-coordinate representation of color #3F9676: hue angle of 157.93º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F9676 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 63 150 118 -
CMYK 0.58 0 0.21 0.41
HSL 157.93º 0.41% 0.42% -
HSV(B) 157.93º 0.58% 0.59% -
XYZ 16.23 24.18 20.95 -
YUV 120.34 126.68 87.1 -
System Red Green Blue C M Y K H S L
Decimal 63 150 118 0.58 0 0.21 0.41 157.93 0.41 0.42
Hex 3F 96 76 3A 0 15 29 9E 29 2A
Octal 77 226 166 72 0 25 51 236 51 52
Binary 111111 10010110 1110110 111010 0 10101 101001 10011110 101001 101010

Color Harmonies of #3F9676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9676

Black with #3F9676

Text Example


Text Example

White with #3F9676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F9676; }

 p { color: rgb(63,150,118); }

 H1.HeaderClassName
 {
   color: #3F9676;
 }
 .AnyTagClassName
 {
   color: #3F9676;
 }
</style>

background-color css

<style>
 a { background-color: #3F9676; }

 a { background-color: rgb(63,150,118); }

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

border-color css

<style>
 span { border-color: #3F9676; }

 span { border-color: rgb(63,150,118); }

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