#3F9678

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

Shades of Gossamer #3F9678

Tints of Gossamer #3F9678

Color information

#3F9678 (or 0x3F9678) is unknown color: approx Gossamer. HEX triplet: 3F, 96 and 78. RGB value is (63,150,120). Sum of RGB (Red+Green+Blue) = 63+150+120=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9678 is #C06987. Grayscale: #787878. Windows color (decimal): -12609928 or 7902783. OLE color: 7902783.

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

Color convert

RGB63150120-
CMYK0.5800.200.41
HSL159.31º40.85%41.76%-
HSV(B)159.31º58%58.82%-
XYZ16.3524.2321.58-
YUV120.57127.6886.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.92%
GREEN value IS 150 (58.98% from 255) = 45.05%
BLUE value IS 120 (47.27% from 255) = 36.04%
R=18.92%
G=45.05%
B=36.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631501200.5800.200.41159.3140.8541.76
Hex3F96783A014299f292a
Octal7722617072024512375152
Binary11111110010110111100011101001010010100110011111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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