#329489

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

Shades of Gossamer #329489

Tints of Gossamer #329489

Color information

#329489 (or 0x329489) is unknown color: approx Gossamer. HEX triplet: 32, 94 and 89. RGB value is (50,148,137). Sum of RGB (Red+Green+Blue) = 50+148+137=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #329489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329489 is #CD6B76. Grayscale: #757575. Windows color (decimal): -13462391 or 9016370. OLE color: 9016370.

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

Color convert

RGB50148137-
CMYK0.6600.070.42
HSL173.27º49.49%38.82%-
HSV(B)173.27º66.22%58.04%-
XYZ16.4223.6627.37-
YUV117.44139.0379.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.93%
GREEN value IS 148 (58.20% from 255) = 44.18%
BLUE value IS 137 (53.91% from 255) = 40.90%
R=14.93%
G=44.18%
B=40.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501481370.6600.070.42173.2749.4938.82
Hex32948942072Aad3127
Octal6222421110207522556147
Binary11001010010100100010011000010011110101010101101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329489; }

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

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

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

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

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

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

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

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