#3B9976

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

Shades of Gossamer #3B9976

Tints of Gossamer #3B9976

Color information

#3B9976 (or 0x3B9976) is unknown color: approx Gossamer. HEX triplet: 3B, 99 and 76. RGB value is (59,153,118). Sum of RGB (Red+Green+Blue) = 59+153+118=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #3B9976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9976 is #C46689. Grayscale: #787878. Windows color (decimal): -12871306 or 7772475. OLE color: 7772475.

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

Color convert

RGB59153118-
CMYK0.6100.230.4
HSL157.66º44.34%41.57%-
HSV(B)157.66º61.44%60%-
XYZ16.4625.0221.1-
YUV120.9126.3683.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.88%
GREEN value IS 153 (60.16% from 255) = 46.36%
BLUE value IS 118 (46.48% from 255) = 35.76%
R=17.88%
G=46.36%
B=35.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal591531180.6100.230.4157.6644.3441.57
Hex3B99763D017289e2c2a
Octal7323116675027502365452
Binary11101110011001111011011110101011110100010011110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,153,118); }

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

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

 a { background-color: rgb(59,153,118); }

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

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

 span { border-color: rgb(59,153,118); }

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