#329576

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

Shades of Gossamer #329576

Tints of Gossamer #329576

Color information

#329576 (or 0x329576) is unknown color: approx Gossamer. HEX triplet: 32, 95 and 76. RGB value is (50,149,118). Sum of RGB (Red+Green+Blue) = 50+149+118=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #329576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329576 is #CD6A89. Grayscale: #737373. Windows color (decimal): -13462154 or 7771442. OLE color: 7771442.

HSL color Cylindrical-coordinate representation of color #329576: hue angle of 161.21º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329576 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB50149118-
CMYK0.6600.210.42
HSL161.21º49.75%39.02%-
HSV(B)161.21º66.44%58.43%-
XYZ15.3323.4820.86-
YUV115.86129.281.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.77%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=15.77%
G=47.00%
B=37.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501491180.6600.210.42161.2149.7539.02
Hex329576420152Aa13227
Octal62225166102025522416247
Binary110010100101011110110100001001010110101010100001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329576; }

 p { color: rgb(50,149,118); }

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

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

 a { background-color: rgb(50,149,118); }

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

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

 span { border-color: rgb(50,149,118); }

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