Html Css Color HEX #329D84 Gossamer

📋 copy color: '#329D84'

red 50 ◦ green 157 ◦ blue 132

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

Shades of Gossamer #329D84

Tints of Gossamer #329D84

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.31%

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

R = 14.75%
G = 46.31%
B = 38.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#329D84 (or 0x329D84) is known color: Gossamer. HEX triplet: 32, 9D and 84. RGB value is (50,157,132). Sum of RGB (Red+Green+Blue) = 50+157+132=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #329D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329D84 is #CD627B. Grayscale: #7A7A7A. Windows color (decimal): -13460092 or 8690994. OLE color: 8690994.

HSL color Cylindrical-coordinate representation of color #329D84: hue angle of 165.98º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329D84 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 157 132 -
CMYK 0.68 0 0.16 0.38
HSL 165.98º 0.52% 0.41% -
HSV(B) 165.98º 0.68% 0.62% -
XYZ 17.54 26.46 26.01 -
YUV 122.16 133.55 76.53 -
System Red Green Blue C M Y K H S L
Decimal 50 157 132 0.68 0 0.16 0.38 165.98 0.52 0.41
Hex 32 9D 84 44 0 10 26 A6 34 29
Octal 62 235 204 104 0 20 46 246 64 51
Binary 110010 10011101 10000100 1000100 0 10000 100110 10100110 110100 101001

Color Harmonies of #329D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329D84

Black with #329D84

Text Example


Text Example

White with #329D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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