#3B9779

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

Shades of Gossamer #3B9779

Tints of Gossamer #3B9779

Color information

#3B9779 (or 0x3B9779) is unknown color: approx Gossamer. HEX triplet: 3B, 97 and 79. RGB value is (59,151,121). Sum of RGB (Red+Green+Blue) = 59+151+121=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #3B9779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9779 is #C46886. Grayscale: #787878. Windows color (decimal): -12871815 or 7968571. OLE color: 7968571.

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

Color convert

RGB59151121-
CMYK0.6100.200.41
HSL160.43º43.81%41.18%-
HSV(B)160.43º60.93%59.22%-
XYZ16.3224.4421.95-
YUV120.07128.5284.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.82%
GREEN value IS 151 (59.38% from 255) = 45.62%
BLUE value IS 121 (47.66% from 255) = 36.56%
R=17.82%
G=45.62%
B=36.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal591511210.6100.200.41160.4343.8141.18
Hex3B97793D01429a02c29
Octal7322717175024512405451
Binary11101110010111111100111110101010010100110100000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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