#329185

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

Shades of Gossamer #329185

Tints of Gossamer #329185

Color information

#329185 (or 0x329185) is unknown color: approx Gossamer. HEX triplet: 32, 91 and 85. RGB value is (50,145,133). Sum of RGB (Red+Green+Blue) = 50+145+133=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #329185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329185 is #CD6E7A. Grayscale: #737373. Windows color (decimal): -13463163 or 8753458. OLE color: 8753458.

HSL color Cylindrical-coordinate representation of color #329185: hue angle of 172.42º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329185 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB50145133-
CMYK0.6600.080.43
HSL172.42º48.72%38.24%-
HSV(B)172.42º65.52%56.86%-
XYZ15.6722.6225.73-
YUV115.23138.0381.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.24%
GREEN value IS 145 (57.03% from 255) = 44.21%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=15.24%
G=44.21%
B=40.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501451330.6600.080.43172.4248.7238.24
Hex32918542082Bac3126
Octal62221205102010532546146
Binary110010100100011000010110000100100010101110101100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329185; }

 p { color: rgb(50,145,133); }

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

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

 a { background-color: rgb(50,145,133); }

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

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

 span { border-color: rgb(50,145,133); }

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