#3C967B

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

Shades of Gossamer #3C967B

Tints of Gossamer #3C967B

Color information

#3C967B (or 0x3C967B) is unknown color: approx Gossamer. HEX triplet: 3C, 96 and 7B. RGB value is (60,150,123). Sum of RGB (Red+Green+Blue) = 60+150+123=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #3C967B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C967B is #C36984. Grayscale: #787878. Windows color (decimal): -12806533 or 8099388. OLE color: 8099388.

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

Color convert

RGB60150123-
CMYK0.600.180.41
HSL162º42.86%41.18%-
HSV(B)162º60%58.82%-
XYZ16.3424.222.55-
YUV120.01129.6885.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.02%
GREEN value IS 150 (58.98% from 255) = 45.05%
BLUE value IS 123 (48.44% from 255) = 36.94%
R=18.02%
G=45.05%
B=36.94%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal601501230.600.180.4116242.8641.18
Hex3C967B3C01229a22b29
Octal7422617374022512425351
Binary11110010010110111101111110001001010100110100010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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