Html Css Color HEX #329784 Gossamer

📋 copy color: '#329784'

red 50 ◦ green 151 ◦ blue 132

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

Shades of Gossamer #329784

Tints of Gossamer #329784

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.35%

 BLUE value IS 132 (51.95% from 255) = 39.64%

R = 15.02%
G = 45.35%
B = 39.64%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#329784 (or 0x329784) is known color: Gossamer. HEX triplet: 32, 97 and 84. RGB value is (50,151,132). Sum of RGB (Red+Green+Blue) = 50+151+132=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #329784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329784 is #CD687B. Grayscale: #767676. Windows color (decimal): -13461628 or 8689458. OLE color: 8689458.

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

Color convert

RGB 50 151 132 -
CMYK 0.67 0 0.13 0.41
HSL 168.71º 0.5% 0.39% -
HSV(B) 168.71º 0.67% 0.59% -
XYZ 16.55 24.48 25.68 -
YUV 118.64 135.54 79.04 -
System Red Green Blue C M Y K H S L
Decimal 50 151 132 0.67 0 0.13 0.41 168.71 0.5 0.39
Hex 32 97 84 43 0 D 29 A9 32 27
Octal 62 227 204 103 0 15 51 251 62 47
Binary 110010 10010111 10000100 1000011 0 1101 101001 10101001 110010 100111

Color Harmonies of #329784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329784

Black with #329784

Text Example


Text Example

White with #329784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329784; }

 p { color: rgb(50,151,132); }

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

background-color css

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

 a { background-color: rgb(50,151,132); }

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

border-color css

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

 span { border-color: rgb(50,151,132); }

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