#3F9C7C

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

Shades of Gossamer #3F9C7C

Tints of Gossamer #3F9C7C

Color information

#3F9C7C (or 0x3F9C7C) is unknown color: approx Gossamer. HEX triplet: 3F, 9C and 7C. RGB value is (63,156,124). Sum of RGB (Red+Green+Blue) = 63+156+124=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #3F9C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9C7C is #C06383. Grayscale: #7C7C7C. Windows color (decimal): -12608388 or 8166463. OLE color: 8166463.

HSL color Cylindrical-coordinate representation of color #3F9C7C: hue angle of 159.35º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9C7C is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB63156124-
CMYK0.6000.210.39
HSL159.35º42.47%42.94%-
HSV(B)159.35º59.62%61.18%-
XYZ17.5826.2923.22-
YUV124.54127.6984.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.37%
GREEN value IS 156 (61.33% from 255) = 45.48%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=18.37%
G=45.48%
B=36.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631561240.6000.210.39159.3542.4742.94
Hex3F9C7C3C015279f2a2b
Octal7723417474025472375253
Binary11111110011100111110011110001010110011110011111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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