#3B9C84

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

Shades of Gossamer #3B9C84

Tints of Gossamer #3B9C84

Color information

#3B9C84 (or 0x3B9C84) is unknown color: approx Gossamer. HEX triplet: 3B, 9C and 84. RGB value is (59,156,132). Sum of RGB (Red+Green+Blue) = 59+156+132=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 156 - color contains mainly: green. Hex color #3B9C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9C84 is #C4637B. Grayscale: #7C7C7C. Windows color (decimal): -12870524 or 8690747. OLE color: 8690747.

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

Color convert

RGB59156132-
CMYK0.6200.150.39
HSL165.15º45.12%42.16%-
HSV(B)165.15º62.18%61.18%-
XYZ17.8626.3725.98-
YUV124.26132.3681.45-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.00%
GREEN value IS 156 (61.33% from 255) = 44.96%
BLUE value IS 132 (51.95% from 255) = 38.04%
R=17.00%
G=44.96%
B=38.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal591561320.6200.150.39165.1545.1242.16
Hex3B9C843E0F27a52d2a
Octal7323420476017472455552
Binary11101110011100100001001111100111110011110100101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,156,132); }

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

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

 a { background-color: rgb(59,156,132); }

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

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

 span { border-color: rgb(59,156,132); }

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