#3C9B76

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

Shades of Gossamer #3C9B76

Tints of Gossamer #3C9B76

Color information

#3C9B76 (or 0x3C9B76) is unknown color: approx Gossamer. HEX triplet: 3C, 9B and 76. RGB value is (60,155,118). Sum of RGB (Red+Green+Blue) = 60+155+118=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #3C9B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9B76 is #C36489. Grayscale: #7A7A7A. Windows color (decimal): -12805258 or 7772988. OLE color: 7772988.

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

Color convert

RGB60155118-
CMYK0.6100.240.39
HSL156.63º44.19%42.16%-
HSV(B)156.63º61.29%60.78%-
XYZ16.8525.7121.21-
YUV122.38125.5383.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.02%
GREEN value IS 155 (60.94% from 255) = 46.55%
BLUE value IS 118 (46.48% from 255) = 35.44%
R=18.02%
G=46.55%
B=35.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601551180.6100.240.39156.6344.1942.16
Hex3C9B763D018279d2c2a
Octal7423316675030472355452
Binary11110010011011111011011110101100010011110011101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,155,118); }

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

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

 a { background-color: rgb(60,155,118); }

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

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

 span { border-color: rgb(60,155,118); }

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