#3B9C82

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

Shades of Gossamer #3B9C82

Tints of Gossamer #3B9C82

Color information

#3B9C82 (or 0x3B9C82) is unknown color: approx Gossamer. HEX triplet: 3B, 9C and 82. RGB value is (59,156,130). Sum of RGB (Red+Green+Blue) = 59+156+130=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #3B9C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9C82 is #C4637D. Grayscale: #7C7C7C. Windows color (decimal): -12870526 or 8559675. OLE color: 8559675.

HSL color Cylindrical-coordinate representation of color #3B9C82: hue angle of 163.92º 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 #3B9C82 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB59156130-
CMYK0.6200.170.39
HSL163.92º45.12%42.16%-
HSV(B)163.92º62.18%61.18%-
XYZ17.7226.3225.27-
YUV124.03131.3681.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.10%
GREEN value IS 156 (61.33% from 255) = 45.22%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=17.10%
G=45.22%
B=37.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal591561300.6200.170.39163.9245.1242.16
Hex3B9C823E01127a42d2a
Octal7323420276021472445552
Binary111011100111001000001011111001000110011110100100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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