#3F9F7F

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

Shades of Gossamer #3F9F7F

Tints of Gossamer #3F9F7F

Color information

#3F9F7F (or 0x3F9F7F) is unknown color: approx Gossamer. HEX triplet: 3F, 9F and 7F. RGB value is (63,159,127). Sum of RGB (Red+Green+Blue) = 63+159+127=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9F7F is #C06080. Grayscale: #7E7E7E. Windows color (decimal): -12607617 or 8363839. OLE color: 8363839.

HSL color Cylindrical-coordinate representation of color #3F9F7F: hue angle of 160º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9F7F is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB63159127-
CMYK0.6000.200.38
HSL160º43.24%43.53%-
HSV(B)160º60.38%62.35%-
XYZ18.2827.3924.4-
YUV126.65128.282.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.05%
GREEN value IS 159 (62.5% from 255) = 45.56%
BLUE value IS 127 (50% from 255) = 36.39%
R=18.05%
G=45.56%
B=36.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631591270.6000.200.3816043.2443.53
Hex3F9F7F3C01426a02b2c
Octal7723717774024462405354
Binary11111110011111111111111110001010010011010100000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,159,127); }

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

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

 a { background-color: rgb(63,159,127); }

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

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

 span { border-color: rgb(63,159,127); }

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