#329B7A

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

Shades of Gossamer #329B7A

Tints of Gossamer #329B7A

Color information

#329B7A (or 0x329B7A) is unknown color: approx Gossamer. HEX triplet: 32, 9B and 7A. RGB value is (50,155,122). Sum of RGB (Red+Green+Blue) = 50+155+122=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #329B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B7A is #CD6485. Grayscale: #777777. Windows color (decimal): -13460614 or 8035122. OLE color: 8035122.

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

Color convert

RGB50155122-
CMYK0.6800.210.39
HSL161.14º51.22%40.2%-
HSV(B)161.14º67.74%60.78%-
XYZ16.5525.5322.47-
YUV119.84129.2178.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.29%
GREEN value IS 155 (60.94% from 255) = 47.40%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=15.29%
G=47.40%
B=37.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501551220.6800.210.39161.1451.2240.2
Hex329B7A4401527a13328
Octal62233172104025472416350
Binary110010100110111111010100010001010110011110100001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,155,122); }

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

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

 a { background-color: rgb(50,155,122); }

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

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

 span { border-color: rgb(50,155,122); }

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