#3D9678

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

Shades of Gossamer #3D9678

Tints of Gossamer #3D9678

Color information

#3D9678 (or 0x3D9678) is unknown color: approx Gossamer. HEX triplet: 3D, 96 and 78. RGB value is (61,150,120). Sum of RGB (Red+Green+Blue) = 61+150+120=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #3D9678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9678 is #C26987. Grayscale: #787878. Windows color (decimal): -12741000 or 7902781. OLE color: 7902781.

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

Color convert

RGB61150120-
CMYK0.5900.200.41
HSL159.78º42.18%41.37%-
HSV(B)159.78º59.33%58.82%-
XYZ16.2224.1621.58-
YUV119.97128.0185.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.43%
GREEN value IS 150 (58.98% from 255) = 45.32%
BLUE value IS 120 (47.27% from 255) = 36.25%
R=18.43%
G=45.32%
B=36.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal611501200.5900.200.41159.7842.1841.37
Hex3D96783B01429a02a29
Octal7522617073024512405251
Binary11110110010110111100011101101010010100110100000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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