#3C9775

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

Shades of Gossamer #3C9775

Tints of Gossamer #3C9775

Color information

#3C9775 (or 0x3C9775) is unknown color: approx Gossamer. HEX triplet: 3C, 97 and 75. RGB value is (60,151,117). Sum of RGB (Red+Green+Blue) = 60+151+117=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 151 - color contains mainly: green. Hex color #3C9775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9775 is #C3688A. Grayscale: #777777. Windows color (decimal): -12806283 or 7706428. OLE color: 7706428.

HSL color Cylindrical-coordinate representation of color #3C9775: hue angle of 157.58º 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 #3C9775 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB60151117-
CMYK0.6000.230.41
HSL157.58º43.13%41.37%-
HSV(B)157.58º60.26%59.22%-
XYZ16.1424.3820.68-
YUV119.92126.3585.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.29%
GREEN value IS 151 (59.38% from 255) = 46.04%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=18.29%
G=46.04%
B=35.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal601511170.6000.230.41157.5843.1341.37
Hex3C97753C017299e2b29
Octal7422716574027512365351
Binary11110010010111111010111110001011110100110011110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,151,117); }

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

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

 a { background-color: rgb(60,151,117); }

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

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

 span { border-color: rgb(60,151,117); }

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