Html Css Color HEX #3F977C Gossamer

📋 copy color: '#3F977C'

red 63 ◦ green 151 ◦ blue 124

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

Shades of Gossamer #3F977C

Tints of Gossamer #3F977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.67%

 BLUE value IS 124 (48.83% from 255) = 36.69%

R = 18.64%
G = 44.67%
B = 36.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#3F977C (or 0x3F977C) is known color: Gossamer. HEX triplet: 3F, 97 and 7C. RGB value is (63,151,124). Sum of RGB (Red+Green+Blue) = 63+151+124=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #3F977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F977C is #C06883. Grayscale: #797979. Windows color (decimal): -12609668 or 8165183. OLE color: 8165183.

HSL color Cylindrical-coordinate representation of color #3F977C: hue angle of 161.59º 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 #3F977C is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 63 151 124 -
CMYK 0.58 0 0.18 0.41
HSL 161.59º 0.41% 0.42% -
HSV(B) 161.59º 0.58% 0.59% -
XYZ 16.75 24.65 22.94 -
YUV 121.61 129.35 86.2 -
System Red Green Blue C M Y K H S L
Decimal 63 151 124 0.58 0 0.18 0.41 161.59 0.41 0.42
Hex 3F 97 7C 3A 0 12 29 A2 29 2A
Octal 77 227 174 72 0 22 51 242 51 52
Binary 111111 10010111 1111100 111010 0 10010 101001 10100010 101001 101010

Color Harmonies of #3F977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F977C

Black with #3F977C

Text Example


Text Example

White with #3F977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,151,124); }

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

background-color css

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

 a { background-color: rgb(63,151,124); }

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

border-color css

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

 span { border-color: rgb(63,151,124); }

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