Html Css Color HEX #3F967C Gossamer

📋 copy color: '#3F967C'

red 63 ◦ green 150 ◦ blue 124

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

Shades of Gossamer #3F967C

Tints of Gossamer #3F967C

RGB

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

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

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

R = 18.69%
G = 44.51%
B = 36.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#3F967C (or 0x3F967C) is known color: Gossamer. HEX triplet: 3F, 96 and 7C. RGB value is (63,150,124). Sum of RGB (Red+Green+Blue) = 63+150+124=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #3F967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F967C is #C06983. Grayscale: #797979. Windows color (decimal): -12609924 or 8164927. OLE color: 8164927.

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

Color convert

RGB 63 150 124 -
CMYK 0.58 0 0.17 0.41
HSL 162.07º 0.41% 0.42% -
HSV(B) 162.07º 0.58% 0.59% -
XYZ 16.59 24.32 22.89 -
YUV 121.02 129.68 86.61 -
System Red Green Blue C M Y K H S L
Decimal 63 150 124 0.58 0 0.17 0.41 162.07 0.41 0.42
Hex 3F 96 7C 3A 0 11 29 A2 29 2A
Octal 77 226 174 72 0 21 51 242 51 52
Binary 111111 10010110 1111100 111010 0 10001 101001 10100010 101001 101010

Color Harmonies of #3F967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F967C

Black with #3F967C

Text Example


Text Example

White with #3F967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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