#3D9778

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

Shades of Gossamer #3D9778

Tints of Gossamer #3D9778

Color information

#3D9778 (or 0x3D9778) is unknown color: approx Gossamer. HEX triplet: 3D, 97 and 78. RGB value is (61,151,120). Sum of RGB (Red+Green+Blue) = 61+151+120=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #3D9778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9778 is #C26887. Grayscale: #787878. Windows color (decimal): -12740744 or 7903037. OLE color: 7903037.

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

Color convert

RGB61151120-
CMYK0.6000.210.41
HSL159.33º42.45%41.57%-
HSV(B)159.33º59.6%59.22%-
XYZ16.3824.4821.63-
YUV120.56127.6885.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.37%
GREEN value IS 151 (59.38% from 255) = 45.48%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=18.37%
G=45.48%
B=36.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal611511200.6000.210.41159.3342.4541.57
Hex3D97783C015299f2a2a
Octal7522717074025512375252
Binary11110110010111111100011110001010110100110011111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,151,120); }

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

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

 a { background-color: rgb(61,151,120); }

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

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

 span { border-color: rgb(61,151,120); }

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