#3E9580

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

Shades of Gossamer #3E9580

Tints of Gossamer #3E9580

Color information

#3E9580 (or 0x3E9580) is unknown color: approx Gossamer. HEX triplet: 3E, 95 and 80. RGB value is (62,149,128). Sum of RGB (Red+Green+Blue) = 62+149+128=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #3E9580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9580 is #C16A7F. Grayscale: #787878. Windows color (decimal): -12675712 or 8426814. OLE color: 8426814.

HSL color Cylindrical-coordinate representation of color #3E9580: hue angle of 165.52º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E9580 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB62149128-
CMYK0.5800.140.42
HSL165.52º41.23%41.37%-
HSV(B)165.52º58.39%58.43%-
XYZ16.6324.0824.19-
YUV120.59132.1886.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.29%
GREEN value IS 149 (58.59% from 255) = 43.95%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=18.29%
G=43.95%
B=37.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621491280.5800.140.42165.5241.2341.37
Hex3E95803A0E2Aa62929
Octal7622520072016522465151
Binary11111010010101100000001110100111010101010100110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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