#329775

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

Shades of Gossamer #329775

Tints of Gossamer #329775

Color information

#329775 (or 0x329775) is unknown color: approx Gossamer. HEX triplet: 32, 97 and 75. RGB value is (50,151,117). Sum of RGB (Red+Green+Blue) = 50+151+117=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #329775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329775 is #CD688A. Grayscale: #747474. Windows color (decimal): -13461643 or 7706418. OLE color: 7706418.

HSL color Cylindrical-coordinate representation of color #329775: hue angle of 159.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329775 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB50151117-
CMYK0.6700.230.41
HSL159.8º50.25%39.41%-
HSV(B)159.8º66.89%59.22%-
XYZ15.5924.120.66-
YUV116.93128.0480.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.72%
GREEN value IS 151 (59.38% from 255) = 47.48%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=15.72%
G=47.48%
B=36.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501511170.6700.230.41159.850.2539.41
Hex3297754301729a03227
Octal62227165103027512406247
Binary110010100101111110101100001101011110100110100000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329775; }

 p { color: rgb(50,151,117); }

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

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

 a { background-color: rgb(50,151,117); }

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

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

 span { border-color: rgb(50,151,117); }

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