#3B9C83

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

Shades of Gossamer #3B9C83

Tints of Gossamer #3B9C83

Color information

#3B9C83 (or 0x3B9C83) is unknown color: approx Gossamer. HEX triplet: 3B, 9C and 83. RGB value is (59,156,131). Sum of RGB (Red+Green+Blue) = 59+156+131=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #3B9C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9C83 is #C4637C. Grayscale: #7C7C7C. Windows color (decimal): -12870525 or 8625211. OLE color: 8625211.

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

Color convert

RGB59156131-
CMYK0.6200.160.39
HSL164.54º45.12%42.16%-
HSV(B)164.54º62.18%61.18%-
XYZ17.7926.3525.62-
YUV124.15131.8681.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.05%
GREEN value IS 156 (61.33% from 255) = 45.09%
BLUE value IS 131 (51.56% from 255) = 37.86%
R=17.05%
G=45.09%
B=37.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal591561310.6200.160.39164.5445.1242.16
Hex3B9C833E01027a52d2a
Octal7323420376020472455552
Binary111011100111001000001111111001000010011110100101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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