#3C9678

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

Shades of Gossamer #3C9678

Tints of Gossamer #3C9678

Color information

#3C9678 (or 0x3C9678) is unknown color: approx Gossamer. HEX triplet: 3C, 96 and 78. RGB value is (60,150,120). Sum of RGB (Red+Green+Blue) = 60+150+120=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #3C9678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9678 is #C36987. Grayscale: #777777. Windows color (decimal): -12806536 or 7902780. OLE color: 7902780.

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

Color convert

RGB60150120-
CMYK0.600.200.41
HSL160º42.86%41.18%-
HSV(B)160º60%58.82%-
XYZ16.1624.1321.58-
YUV119.67128.1885.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.18%
GREEN value IS 150 (58.98% from 255) = 45.45%
BLUE value IS 120 (47.27% from 255) = 36.36%
R=18.18%
G=45.45%
B=36.36%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal601501200.600.200.4116042.8641.18
Hex3C96783C01429a02b29
Octal7422617074024512405351
Binary11110010010110111100011110001010010100110100000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,150,120); }

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

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

 a { background-color: rgb(60,150,120); }

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

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

 span { border-color: rgb(60,150,120); }

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