#3F9785

Color #3F9785 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #3F9785

Tints of Gossamer #3F9785

Color information

#3F9785 (or 0x3F9785) is unknown color: approx Gossamer. HEX triplet: 3F, 97 and 85. RGB value is (63,151,133). Sum of RGB (Red+Green+Blue) = 63+151+133=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #3F9785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9785 is #C0687A. Grayscale: #7A7A7A. Windows color (decimal): -12609659 or 8755007. OLE color: 8755007.

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

Color convert

RGB63151133-
CMYK0.5800.120.41
HSL167.73º41.12%41.96%-
HSV(B)167.73º58.28%59.22%-
XYZ17.3524.8826.08-
YUV122.64133.8585.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.16%
GREEN value IS 151 (59.38% from 255) = 43.52%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=18.16%
G=43.52%
B=38.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631511330.5800.120.41167.7341.1241.96
Hex3F97853A0C29a8292a
Octal7722720572014512505152
Binary11111110010111100001011110100110010100110101000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F9785;
 }
 .AnyTagClassName
 {
   color: #3F9785;
 }
</style>
background-color css

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

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

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

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

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

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