#3F967A

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

Shades of Gossamer #3F967A

Tints of Gossamer #3F967A

Color information

#3F967A (or 0x3F967A) is unknown color: approx Gossamer. HEX triplet: 3F, 96 and 7A. RGB value is (63,150,122). Sum of RGB (Red+Green+Blue) = 63+150+122=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #3F967A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F967A is #C06985. Grayscale: #787878. Windows color (decimal): -12609926 or 8033855. OLE color: 8033855.

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

Color convert

RGB63150122-
CMYK0.5800.190.41
HSL160.69º40.85%41.76%-
HSV(B)160.69º58%58.82%-
XYZ16.4724.2722.23-
YUV120.8128.6886.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.81%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=18.81%
G=44.78%
B=36.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631501220.5800.190.41160.6940.8541.76
Hex3F967A3A01329a1292a
Octal7722617272023512415152
Binary11111110010110111101011101001001110100110100001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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