#3D9580

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

Shades of Gossamer #3D9580

Tints of Gossamer #3D9580

Color information

#3D9580 (or 0x3D9580) is unknown color: approx Gossamer. HEX triplet: 3D, 95 and 80. RGB value is (61,149,128). Sum of RGB (Red+Green+Blue) = 61+149+128=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #3D9580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9580 is #C26A7F. Grayscale: #787878. Windows color (decimal): -12741248 or 8426813. OLE color: 8426813.

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

Color convert

RGB61149128-
CMYK0.5900.140.42
HSL165.68º41.9%41.18%-
HSV(B)165.68º59.06%58.43%-
XYZ16.5724.0524.19-
YUV120.29132.3585.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.05%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=18.05%
G=44.08%
B=37.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611491280.5900.140.42165.6841.941.18
Hex3D95803B0E2Aa62a29
Octal7522520073016522465251
Binary11110110010101100000001110110111010101010100110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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