#328D82

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

Shades of Gossamer #328D82

Tints of Gossamer #328D82

Color information

#328D82 (or 0x328D82) is unknown color: approx Gossamer. HEX triplet: 32, 8D and 82. RGB value is (50,141,130). Sum of RGB (Red+Green+Blue) = 50+141+130=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 141 - color contains mainly: green. Hex color #328D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328D82 is #CD727D. Grayscale: #707070. Windows color (decimal): -13464190 or 8555826. OLE color: 8555826.

HSL color Cylindrical-coordinate representation of color #328D82: hue angle of 172.75º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328D82 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB50141130-
CMYK0.6500.080.45
HSL172.75º47.64%37.45%-
HSV(B)172.75º64.54%55.29%-
XYZ14.8721.3424.45-
YUV112.54137.8583.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 141 (55.47% from 255) = 43.93%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=15.58%
G=43.93%
B=40.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501411300.6500.080.45172.7547.6437.45
Hex328D8241082Dad3025
Octal62215202101010552556045
Binary110010100011011000001010000010100010110110101101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,141,130); }

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

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

 a { background-color: rgb(50,141,130); }

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

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

 span { border-color: rgb(50,141,130); }

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