#3D9585

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

Shades of Gossamer #3D9585

Tints of Gossamer #3D9585

Color information

#3D9585 (or 0x3D9585) is unknown color: approx Gossamer. HEX triplet: 3D, 95 and 85. RGB value is (61,149,133). Sum of RGB (Red+Green+Blue) = 61+149+133=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #3D9585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9585 is #C26A7A. Grayscale: #787878. Windows color (decimal): -12741243 or 8754493. OLE color: 8754493.

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

Color convert

RGB61149133-
CMYK0.5900.110.42
HSL169.09º41.9%41.18%-
HSV(B)169.09º59.06%58.43%-
XYZ16.9124.1825.97-
YUV120.86134.8585.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.78%
GREEN value IS 149 (58.59% from 255) = 43.44%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=17.78%
G=43.44%
B=38.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611491330.5900.110.42169.0941.941.18
Hex3D95853B0B2Aa92a29
Octal7522520573013522515251
Binary11110110010101100001011110110101110101010101001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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