#3C9C76

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

Shades of Gossamer #3C9C76

Tints of Gossamer #3C9C76

Color information

#3C9C76 (or 0x3C9C76) is unknown color: approx Gossamer. HEX triplet: 3C, 9C and 76. RGB value is (60,156,118). Sum of RGB (Red+Green+Blue) = 60+156+118=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #3C9C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9C76 is #C36389. Grayscale: #7B7B7B. Windows color (decimal): -12805002 or 7773244. OLE color: 7773244.

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

Color convert

RGB60156118-
CMYK0.6200.240.39
HSL156.25º44.44%42.35%-
HSV(B)156.25º61.54%61.18%-
XYZ17.0226.0521.27-
YUV122.96125.283.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.96%
GREEN value IS 156 (61.33% from 255) = 46.71%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=17.96%
G=46.71%
B=35.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601561180.6200.240.39156.2544.4442.35
Hex3C9C763E018279c2c2a
Octal7423416676030472345452
Binary11110010011100111011011111001100010011110011100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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