#3D9576

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

Shades of Gossamer #3D9576

Tints of Gossamer #3D9576

Color information

#3D9576 (or 0x3D9576) is unknown color: approx Gossamer. HEX triplet: 3D, 95 and 76. RGB value is (61,149,118). Sum of RGB (Red+Green+Blue) = 61+149+118=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #3D9576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9576 is #C26A89. Grayscale: #777777. Windows color (decimal): -12741258 or 7771453. OLE color: 7771453.

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

Color convert

RGB61149118-
CMYK0.5900.210.42
HSL158.86º41.9%41.18%-
HSV(B)158.86º59.06%58.43%-
XYZ15.9423.820.89-
YUV119.15127.3586.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.60%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 118 (46.48% from 255) = 35.98%
R=18.60%
G=45.43%
B=35.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611491180.5900.210.42158.8641.941.18
Hex3D95763B0152A9f2a29
Octal7522516673025522375251
Binary11110110010101111011011101101010110101010011111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,149,118); }

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

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

 a { background-color: rgb(61,149,118); }

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

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

 span { border-color: rgb(61,149,118); }

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