#3F957A

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

Shades of Gossamer #3F957A

Tints of Gossamer #3F957A

Color information

#3F957A (or 0x3F957A) is unknown color: approx Gossamer. HEX triplet: 3F, 95 and 7A. RGB value is (63,149,122). Sum of RGB (Red+Green+Blue) = 63+149+122=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #3F957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F957A is #C06A85. Grayscale: #787878. Windows color (decimal): -12610182 or 8033599. OLE color: 8033599.

HSL color Cylindrical-coordinate representation of color #3F957A: hue angle of 161.16º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F957A is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB63149122-
CMYK0.5800.180.42
HSL161.16º40.57%41.57%-
HSV(B)161.16º57.72%58.43%-
XYZ16.3123.9622.18-
YUV120.21129.0187.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.86%
GREEN value IS 149 (58.59% from 255) = 44.61%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=18.86%
G=44.61%
B=36.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631491220.5800.180.42161.1640.5741.57
Hex3F957A3A0122Aa1292a
Octal7722517272022522415152
Binary11111110010101111101011101001001010101010100001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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