#3D937B

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

Shades of Gossamer #3D937B

Tints of Gossamer #3D937B

Color information

#3D937B (or 0x3D937B) is unknown color: approx Gossamer. HEX triplet: 3D, 93 and 7B. RGB value is (61,147,123). Sum of RGB (Red+Green+Blue) = 61+147+123=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #3D937B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D937B is #C26C84. Grayscale: #767676. Windows color (decimal): -12741765 or 8098621. OLE color: 8098621.

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

Color convert

RGB61147123-
CMYK0.5900.160.42
HSL163.26º41.35%40.78%-
HSV(B)163.26º58.5%57.65%-
XYZ15.9323.2922.39-
YUV118.55130.5186.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.43%
GREEN value IS 147 (57.81% from 255) = 44.41%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=18.43%
G=44.41%
B=37.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611471230.5900.160.42163.2641.3540.78
Hex3D937B3B0102Aa32929
Octal7522317373020522435151
Binary11110110010011111101111101101000010101010100011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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