#329588

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

Shades of Gossamer #329588

Tints of Gossamer #329588

Color information

#329588 (or 0x329588) is unknown color: approx Gossamer. HEX triplet: 32, 95 and 88. RGB value is (50,149,136). Sum of RGB (Red+Green+Blue) = 50+149+136=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #329588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329588 is #CD6A77. Grayscale: #757575. Windows color (decimal): -13462136 or 8951090. OLE color: 8951090.

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

Color convert

RGB50149136-
CMYK0.6600.090.42
HSL172.12º49.75%39.02%-
HSV(B)172.12º66.44%58.43%-
XYZ16.5123.9527.05-
YUV117.92138.279.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.93%
GREEN value IS 149 (58.59% from 255) = 44.48%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=14.93%
G=44.48%
B=40.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501491360.6600.090.42172.1249.7539.02
Hex32958842092Aac3227
Octal62225210102011522546247
Binary110010100101011000100010000100100110101010101100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329588; }

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

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

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

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

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

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

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

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