#3D937A

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

Shades of Gossamer #3D937A

Tints of Gossamer #3D937A

Color information

#3D937A (or 0x3D937A) is unknown color: approx Gossamer. HEX triplet: 3D, 93 and 7A. RGB value is (61,147,122). Sum of RGB (Red+Green+Blue) = 61+147+122=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #3D937A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D937A is #C26C85. Grayscale: #767676. Windows color (decimal): -12741766 or 8033085. OLE color: 8033085.

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

Color convert

RGB61147122-
CMYK0.5900.170.42
HSL162.56º41.35%40.78%-
HSV(B)162.56º58.5%57.65%-
XYZ15.8723.2622.07-
YUV118.44130.0187.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.48%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 122 (48.05% from 255) = 36.97%
R=18.48%
G=44.55%
B=36.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611471220.5900.170.42162.5641.3540.78
Hex3D937A3B0112Aa32929
Octal7522317273021522435151
Binary11110110010011111101011101101000110101010100011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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