#329879

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

Shades of Gossamer #329879

Tints of Gossamer #329879

Color information

#329879 (or 0x329879) is unknown color: approx Gossamer. HEX triplet: 32, 98 and 79. RGB value is (50,152,121). Sum of RGB (Red+Green+Blue) = 50+152+121=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #329879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329879 is #CD6786. Grayscale: #757575. Windows color (decimal): -13461383 or 7968818. OLE color: 7968818.

HSL color Cylindrical-coordinate representation of color #329879: hue angle of 161.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329879 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB50152121-
CMYK0.6700.200.40
HSL161.76º50.5%39.61%-
HSV(B)161.76º67.11%59.61%-
XYZ15.9924.5221.98-
YUV117.97129.7179.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.48%
GREEN value IS 152 (59.77% from 255) = 47.06%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=15.48%
G=47.06%
B=37.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501521210.6700.200.40161.7650.539.61
Hex3298794301428a23228
Octal62230171103024502426250
Binary110010100110001111001100001101010010100010100010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329879; }

 p { color: rgb(50,152,121); }

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

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

 a { background-color: rgb(50,152,121); }

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

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

 span { border-color: rgb(50,152,121); }

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