#328F79

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

Shades of Gossamer #328F79

Tints of Gossamer #328F79

Color information

#328F79 (or 0x328F79) is unknown color: approx Gossamer. HEX triplet: 32, 8F and 79. RGB value is (50,143,121). Sum of RGB (Red+Green+Blue) = 50+143+121=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #328F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328F79 is #CD7086. Grayscale: #707070. Windows color (decimal): -13463687 or 7966514. OLE color: 7966514.

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

Color convert

RGB50143121-
CMYK0.6500.150.44
HSL165.81º48.19%37.84%-
HSV(B)165.81º65.03%56.08%-
XYZ14.5921.721.51-
YUV112.68132.6983.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.92%
GREEN value IS 143 (56.25% from 255) = 45.54%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=15.92%
G=45.54%
B=38.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501431210.6500.150.44165.8148.1937.84
Hex328F79410F2Ca63026
Octal62217171101017542466046
Binary11001010001111111100110000010111110110010100110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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