Html Css Color HEX #329676 Gossamer

📋 copy color: '#329676'

red 50 ◦ green 150 ◦ blue 118

#329676
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #329676

Tints of Gossamer #329676

RGB

 RED value IS 50 (19.92% from 255) = 15.72%

 GREEN value IS 150 (58.98% from 255) = 47.17%

 BLUE value IS 118 (46.48% from 255) = 37.11%

R = 15.72%
G = 47.17%
B = 37.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#329676 (or 0x329676) is known color: Gossamer. HEX triplet: 32, 96 and 76. RGB value is (50,150,118). Sum of RGB (Red+Green+Blue) = 50+150+118=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #329676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329676 is #CD6989. Grayscale: #747474. Windows color (decimal): -13461898 or 7771698. OLE color: 7771698.

HSL color Cylindrical-coordinate representation of color #329676: hue angle of 160.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329676 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 150 118 -
CMYK 0.67 0 0.21 0.41
HSL 160.8º 0.5% 0.39% -
HSV(B) 160.8º 0.67% 0.59% -
XYZ 15.49 23.8 20.92 -
YUV 116.45 128.87 80.6 -
System Red Green Blue C M Y K H S L
Decimal 50 150 118 0.67 0 0.21 0.41 160.8 0.5 0.39
Hex 32 96 76 43 0 15 29 A1 32 27
Octal 62 226 166 103 0 25 51 241 62 47
Binary 110010 10010110 1110110 1000011 0 10101 101001 10100001 110010 100111

Color Harmonies of #329676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329676

Black with #329676

Text Example


Text Example

White with #329676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329676; }

 p { color: rgb(50,150,118); }

 H1.HeaderClassName
 {
   color: #329676;
 }
 .AnyTagClassName
 {
   color: #329676;
 }
</style>

background-color css

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

 a { background-color: rgb(50,150,118); }

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

border-color css

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

 span { border-color: rgb(50,150,118); }

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