#3E9680

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

Shades of Gossamer #3E9680

Tints of Gossamer #3E9680

Color information

#3E9680 (or 0x3E9680) is unknown color: approx Gossamer. HEX triplet: 3E, 96 and 80. RGB value is (62,150,128). Sum of RGB (Red+Green+Blue) = 62+150+128=340 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.24% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #3E9680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9680 is #C1697F. Grayscale: #797979. Windows color (decimal): -12675456 or 8427070. OLE color: 8427070.

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

Color convert

RGB62150128-
CMYK0.5900.150.41
HSL165º41.51%41.57%-
HSV(B)165º58.67%58.82%-
XYZ16.7924.424.25-
YUV121.18131.8585.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.24%
GREEN value IS 150 (58.98% from 255) = 44.12%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=18.24%
G=44.12%
B=37.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal621501280.5900.150.4116541.5141.57
Hex3E96803B0F29a52a2a
Octal7622620073017512455252
Binary11111010010110100000001110110111110100110100101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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