#3B9879

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

Shades of Gossamer #3B9879

Tints of Gossamer #3B9879

Color information

#3B9879 (or 0x3B9879) is unknown color: approx Gossamer. HEX triplet: 3B, 98 and 79. RGB value is (59,152,121). Sum of RGB (Red+Green+Blue) = 59+152+121=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #3B9879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9879 is #C46786. Grayscale: #787878. Windows color (decimal): -12871559 or 7968827. OLE color: 7968827.

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

Color convert

RGB59152121-
CMYK0.6100.200.40
HSL160º44.08%41.37%-
HSV(B)160º61.18%59.61%-
XYZ16.4824.7722-
YUV120.66128.1984.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.77%
GREEN value IS 152 (59.77% from 255) = 45.78%
BLUE value IS 121 (47.66% from 255) = 36.45%
R=17.77%
G=45.78%
B=36.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal591521210.6100.200.4016044.0841.37
Hex3B98793D01428a02c29
Octal7323017175024502405451
Binary11101110011000111100111110101010010100010100000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,152,121); }

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

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

 a { background-color: rgb(59,152,121); }

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

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

 span { border-color: rgb(59,152,121); }

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