#328F7E

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

Shades of Gossamer #328F7E

Tints of Gossamer #328F7E

Color information

#328F7E (or 0x328F7E) is unknown color: approx Gossamer. HEX triplet: 32, 8F and 7E. RGB value is (50,143,126). Sum of RGB (Red+Green+Blue) = 50+143+126=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #328F7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328F7E is #CD7081. Grayscale: #717171. Windows color (decimal): -13463682 or 8294194. OLE color: 8294194.

HSL color Cylindrical-coordinate representation of color #328F7E: hue angle of 169.03º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328F7E is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB50143126-
CMYK0.6500.120.44
HSL169.03º48.19%37.84%-
HSV(B)169.03º65.03%56.08%-
XYZ14.921.8323.17-
YUV113.26135.1982.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.67%
GREEN value IS 143 (56.25% from 255) = 44.83%
BLUE value IS 126 (49.61% from 255) = 39.50%
R=15.67%
G=44.83%
B=39.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501431260.6500.120.44169.0348.1937.84
Hex328F7E410C2Ca93026
Octal62217176101014542516046
Binary11001010001111111111010000010110010110010101001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328F7E; }

 p { color: rgb(50,143,126); }

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

<style>
 a { background-color: #328F7E; }

 a { background-color: rgb(50,143,126); }

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

<style>
 span { border-color: #328F7E; }

 span { border-color: rgb(50,143,126); }

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