#3B9875

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

Shades of Gossamer #3B9875

Tints of Gossamer #3B9875

Color information

#3B9875 (or 0x3B9875) is unknown color: approx Gossamer. HEX triplet: 3B, 98 and 75. RGB value is (59,152,117). Sum of RGB (Red+Green+Blue) = 59+152+117=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #3B9875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9875 is #C4678A. Grayscale: #787878. Windows color (decimal): -12871563 or 7706683. OLE color: 7706683.

HSL color Cylindrical-coordinate representation of color #3B9875: hue angle of 157.42º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B9875 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB59152117-
CMYK0.6100.230.40
HSL157.42º44.08%41.37%-
HSV(B)157.42º61.18%59.61%-
XYZ16.2424.6720.74-
YUV120.2126.1984.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.99%
GREEN value IS 152 (59.77% from 255) = 46.34%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=17.99%
G=46.34%
B=35.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal591521170.6100.230.40157.4244.0841.37
Hex3B98753D017289d2c29
Octal7323016575027502355451
Binary11101110011000111010111110101011110100010011101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,152,117); }

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

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

 a { background-color: rgb(59,152,117); }

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

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

 span { border-color: rgb(59,152,117); }

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