Html Css Color HEX #329677 Gossamer

📋 copy color: '#329677'

red 50 ◦ green 150 ◦ blue 119

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

Shades of Gossamer #329677

Tints of Gossamer #329677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.3%

R = 15.67%
G = 47.02%
B = 37.3%

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

#329677 (or 0x329677) is known color: Gossamer. HEX triplet: 32, 96 and 77. RGB value is (50,150,119). Sum of RGB (Red+Green+Blue) = 50+150+119=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #329677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329677 is #CD6988. Grayscale: #747474. Windows color (decimal): -13461897 or 7837234. OLE color: 7837234.

HSL color Cylindrical-coordinate representation of color #329677: hue angle of 161.4º 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 #329677 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 150 119 -
CMYK 0.67 0 0.21 0.41
HSL 161.4º 0.5% 0.39% -
HSV(B) 161.4º 0.67% 0.59% -
XYZ 15.55 23.82 21.23 -
YUV 116.57 129.37 80.52 -
System Red Green Blue C M Y K H S L
Decimal 50 150 119 0.67 0 0.21 0.41 161.4 0.5 0.39
Hex 32 96 77 43 0 15 29 A1 32 27
Octal 62 226 167 103 0 25 51 241 62 47
Binary 110010 10010110 1110111 1000011 0 10101 101001 10100001 110010 100111

Color Harmonies of #329677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329677

Black with #329677

Text Example


Text Example

White with #329677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329677; }

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

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

background-color css

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

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

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

border-color css

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

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

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