#3D957F

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

Shades of Gossamer #3D957F

Tints of Gossamer #3D957F

Color information

#3D957F (or 0x3D957F) is unknown color: approx Gossamer. HEX triplet: 3D, 95 and 7F. RGB value is (61,149,127). Sum of RGB (Red+Green+Blue) = 61+149+127=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #3D957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D957F is #C26A80. Grayscale: #787878. Windows color (decimal): -12741249 or 8361277. OLE color: 8361277.

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

Color convert

RGB61149127-
CMYK0.5900.150.42
HSL165º41.9%41.18%-
HSV(B)165º59.06%58.43%-
XYZ16.524.0223.85-
YUV120.18131.8585.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.10%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 127 (50% from 255) = 37.69%
R=18.10%
G=44.21%
B=37.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611491270.5900.150.4216541.941.18
Hex3D957F3B0F2Aa52a29
Octal7522517773017522455251
Binary1111011001010111111111110110111110101010100101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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