#3D957A

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

Shades of Gossamer #3D957A

Tints of Gossamer #3D957A

Color information

#3D957A (or 0x3D957A) is unknown color: approx Gossamer. HEX triplet: 3D, 95 and 7A. RGB value is (61,149,122). Sum of RGB (Red+Green+Blue) = 61+149+122=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #3D957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D957A is #C26A85. Grayscale: #777777. Windows color (decimal): -12741254 or 8033597. OLE color: 8033597.

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

Color convert

RGB61149122-
CMYK0.5900.180.42
HSL161.59º41.9%41.18%-
HSV(B)161.59º59.06%58.43%-
XYZ16.1823.8922.17-
YUV119.61129.3586.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.37%
GREEN value IS 149 (58.59% from 255) = 44.88%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=18.37%
G=44.88%
B=36.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611491220.5900.180.42161.5941.941.18
Hex3D957A3B0122Aa22a29
Octal7522517273022522425251
Binary11110110010101111101011101101001010101010100010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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