#328D7C

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

Shades of Gossamer #328D7C

Tints of Gossamer #328D7C

Color information

#328D7C (or 0x328D7C) is unknown color: approx Gossamer. HEX triplet: 32, 8D and 7C. RGB value is (50,141,124). Sum of RGB (Red+Green+Blue) = 50+141+124=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 141 - color contains mainly: green. Hex color #328D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328D7C is #CD7283. Grayscale: #6F6F6F. Windows color (decimal): -13464196 or 8162610. OLE color: 8162610.

HSL color Cylindrical-coordinate representation of color #328D7C: hue angle of 168.79º 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 #328D7C is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB50141124-
CMYK0.6500.120.45
HSL168.79º47.64%37.45%-
HSV(B)168.79º64.54%55.29%-
XYZ14.4821.1822.39-
YUV111.85134.8583.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.87%
GREEN value IS 141 (55.47% from 255) = 44.76%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=15.87%
G=44.76%
B=39.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501411240.6500.120.45168.7947.6437.45
Hex328D7C410C2Da93025
Octal62215174101014552516045
Binary11001010001101111110010000010110010110110101001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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