#3C9B7A

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

Shades of Gossamer #3C9B7A

Tints of Gossamer #3C9B7A

Color information

#3C9B7A (or 0x3C9B7A) is unknown color: approx Gossamer. HEX triplet: 3C, 9B and 7A. RGB value is (60,155,122). Sum of RGB (Red+Green+Blue) = 60+155+122=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #3C9B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9B7A is #C36485. Grayscale: #7A7A7A. Windows color (decimal): -12805254 or 8035132. OLE color: 8035132.

HSL color Cylindrical-coordinate representation of color #3C9B7A: hue angle of 159.16º 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 #3C9B7A is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB60155122-
CMYK0.6100.210.39
HSL159.16º44.19%42.16%-
HSV(B)159.16º61.29%60.78%-
XYZ17.125.8122.49-
YUV122.83127.5383.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.80%
GREEN value IS 155 (60.94% from 255) = 45.99%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=17.80%
G=45.99%
B=36.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601551220.6100.210.39159.1644.1942.16
Hex3C9B7A3D015279f2c2a
Octal7423317275025472375452
Binary11110010011011111101011110101010110011110011111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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