#329182

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

Shades of Gossamer #329182

Tints of Gossamer #329182

Color information

#329182 (or 0x329182) is unknown color: approx Gossamer. HEX triplet: 32, 91 and 82. RGB value is (50,145,130). Sum of RGB (Red+Green+Blue) = 50+145+130=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #329182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329182 is #CD6E7D. Grayscale: #727272. Windows color (decimal): -13463166 or 8556850. OLE color: 8556850.

HSL color Cylindrical-coordinate representation of color #329182: hue angle of 170.53º 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 #329182 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB50145130-
CMYK0.6600.100.43
HSL170.53º48.72%38.24%-
HSV(B)170.53º65.52%56.86%-
XYZ15.4722.5424.65-
YUV114.88136.5381.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.38%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 130 (51.17% from 255) = 40%
R=15.38%
G=44.62%
B=40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501451300.6600.100.43170.5348.7238.24
Hex329182420A2Bab3126
Octal62221202102012532536146
Binary110010100100011000001010000100101010101110101011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329182; }

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

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

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

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

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

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

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

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