#329981

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

Shades of Gossamer #329981

Tints of Gossamer #329981

Color information

#329981 (or 0x329981) is unknown color: approx Gossamer. HEX triplet: 32, 99 and 81. RGB value is (50,153,129). Sum of RGB (Red+Green+Blue) = 50+153+129=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #329981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329981 is #CD667E. Grayscale: #777777. Windows color (decimal): -13461119 or 8493362. OLE color: 8493362.

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

Color convert

RGB50153129-
CMYK0.6700.160.4
HSL166.02º50.74%39.8%-
HSV(B)166.02º67.32%60%-
XYZ16.6725.0524.72-
YUV119.47133.3878.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.06%
GREEN value IS 153 (60.16% from 255) = 46.08%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=15.06%
G=46.08%
B=38.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501531290.6700.160.4166.0250.7439.8
Hex3299814301028a63328
Octal62231201103020502466350
Binary1100101001100110000001100001101000010100010100110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329981; }

 p { color: rgb(50,153,129); }

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

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

 a { background-color: rgb(50,153,129); }

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

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

 span { border-color: rgb(50,153,129); }

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