#3E9B7D

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

Shades of Gossamer #3E9B7D

Tints of Gossamer #3E9B7D

Color information

#3E9B7D (or 0x3E9B7D) is unknown color: approx Gossamer. HEX triplet: 3E, 9B and 7D. RGB value is (62,155,125). Sum of RGB (Red+Green+Blue) = 62+155+125=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #3E9B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9B7D is #C16482. Grayscale: #7B7B7B. Windows color (decimal): -12674179 or 8231742. OLE color: 8231742.

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

Color convert

RGB62155125-
CMYK0.600.190.39
HSL160.65º42.86%42.55%-
HSV(B)160.65º60%60.78%-
XYZ17.4125.9523.49-
YUV123.77128.6983.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.13%
GREEN value IS 155 (60.94% from 255) = 45.32%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=18.13%
G=45.32%
B=36.55%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal621551250.600.190.39160.6542.8642.55
Hex3E9B7D3C01327a12b2b
Octal7623317574023472415353
Binary11111010011011111110111110001001110011110100001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,155,125); }

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

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

 a { background-color: rgb(62,155,125); }

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

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

 span { border-color: rgb(62,155,125); }

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