#329A7C

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

Shades of Gossamer #329A7C

Tints of Gossamer #329A7C

Color information

#329A7C (or 0x329A7C) is unknown color: approx Gossamer. HEX triplet: 32, 9A and 7C. RGB value is (50,154,124). Sum of RGB (Red+Green+Blue) = 50+154+124=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 154 - color contains mainly: green. Hex color #329A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329A7C is #CD6583. Grayscale: #777777. Windows color (decimal): -13460868 or 8165938. OLE color: 8165938.

HSL color Cylindrical-coordinate representation of color #329A7C: hue angle of 162.69º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329A7C is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB50154124-
CMYK0.6800.190.40
HSL162.69º50.98%40%-
HSV(B)162.69º67.53%60.39%-
XYZ16.5125.2423.07-
YUV119.48130.5478.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.24%
GREEN value IS 154 (60.55% from 255) = 46.95%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=15.24%
G=46.95%
B=37.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501541240.6800.190.40162.6950.9840
Hex329A7C4401328a33328
Octal62232174104023502436350
Binary110010100110101111100100010001001110100010100011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329A7C; }

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

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

<style>
 a { background-color: #329A7C; }

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

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

<style>
 span { border-color: #329A7C; }

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

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