#329589

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

Shades of Gossamer #329589

Tints of Gossamer #329589

Color information

#329589 (or 0x329589) is unknown color: approx Gossamer. HEX triplet: 32, 95 and 89. RGB value is (50,149,137). Sum of RGB (Red+Green+Blue) = 50+149+137=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #329589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329589 is #CD6A76. Grayscale: #757575. Windows color (decimal): -13462135 or 9016626. OLE color: 9016626.

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

Color convert

RGB50149137-
CMYK0.6600.080.42
HSL172.73º49.75%39.02%-
HSV(B)172.73º66.44%58.43%-
XYZ16.5823.9827.42-
YUV118.03138.779.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.88%
GREEN value IS 149 (58.59% from 255) = 44.35%
BLUE value IS 137 (53.91% from 255) = 40.77%
R=14.88%
G=44.35%
B=40.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501491370.6600.080.42172.7349.7539.02
Hex32958942082Aad3227
Octal62225211102010522556247
Binary110010100101011000100110000100100010101010101101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329589; }

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

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

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

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

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

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

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

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