#3D9B87

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

Shades of Gossamer #3D9B87

Tints of Gossamer #3D9B87

Color information

#3D9B87 (or 0x3D9B87) is unknown color: approx Gossamer. HEX triplet: 3D, 9B and 87. RGB value is (61,155,135). Sum of RGB (Red+Green+Blue) = 61+155+135=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #3D9B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9B87 is #C26478. Grayscale: #7C7C7C. Windows color (decimal): -12739705 or 8887101. OLE color: 8887101.

HSL color Cylindrical-coordinate representation of color #3D9B87: hue angle of 167.23º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D9B87 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB61155135-
CMYK0.6100.130.39
HSL167.23º43.52%42.35%-
HSV(B)167.23º60.65%60.78%-
XYZ18.0226.1827.03-
YUV124.61133.8682.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.38%
GREEN value IS 155 (60.94% from 255) = 44.16%
BLUE value IS 135 (53.12% from 255) = 38.46%
R=17.38%
G=44.16%
B=38.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal611551350.6100.130.39167.2343.5242.35
Hex3D9B873D0D27a72c2a
Octal7523320775015472475452
Binary11110110011011100001111111010110110011110100111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,155,135); }

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

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

 a { background-color: rgb(61,155,135); }

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

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

 span { border-color: rgb(61,155,135); }

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