#3B9F75

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

Shades of Gossamer #3B9F75

Tints of Gossamer #3B9F75

Color information

#3B9F75 (or 0x3B9F75) is unknown color: approx Gossamer. HEX triplet: 3B, 9F and 75. RGB value is (59,159,117). Sum of RGB (Red+Green+Blue) = 59+159+117=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #3B9F75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9F75 is #C4608A. Grayscale: #7C7C7C. Windows color (decimal): -12869771 or 7708475. OLE color: 7708475.

HSL color Cylindrical-coordinate representation of color #3B9F75: hue angle of 154.8º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B9F75 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB59159117-
CMYK0.6300.260.38
HSL154.8º45.87%42.75%-
HSV(B)154.8º62.89%62.35%-
XYZ17.4127.0121.13-
YUV124.31123.8781.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.61%
GREEN value IS 159 (62.5% from 255) = 47.46%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=17.61%
G=47.46%
B=34.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591591170.6300.260.38154.845.8742.75
Hex3B9F753F01A269b2e2b
Octal7323716577032462335653
Binary11101110011111111010111111101101010011010011011101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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