#3B9380

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

Shades of Gossamer #3B9380

Tints of Gossamer #3B9380

Color information

#3B9380 (or 0x3B9380) is unknown color: approx Gossamer. HEX triplet: 3B, 93 and 80. RGB value is (59,147,128). Sum of RGB (Red+Green+Blue) = 59+147+128=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #3B9380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9380 is #C46C7F. Grayscale: #767676. Windows color (decimal): -12872832 or 8426299. OLE color: 8426299.

HSL color Cylindrical-coordinate representation of color #3B9380: hue angle of 167.05º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B9380 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB59147128-
CMYK0.6000.130.42
HSL167.05º42.72%40.39%-
HSV(B)167.05º59.86%57.65%-
XYZ16.1323.3624.08-
YUV118.52133.3585.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.66%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 128 (50.39% from 255) = 38.32%
R=17.66%
G=44.01%
B=38.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal591471280.6000.130.42167.0542.7240.39
Hex3B93803C0D2Aa72b28
Octal7322320074015522475350
Binary11101110010011100000001111000110110101010100111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,147,128); }

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

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

 a { background-color: rgb(59,147,128); }

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

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

 span { border-color: rgb(59,147,128); }

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