Html Css Color HEX #329D79 Gossamer

📋 copy color: '#329D79'

red 50 ◦ green 157 ◦ blue 121

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

Shades of Gossamer #329D79

Tints of Gossamer #329D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.89%

R = 15.24%
G = 47.87%
B = 36.89%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#329D79 (or 0x329D79) is known color: Gossamer. HEX triplet: 32, 9D and 79. RGB value is (50,157,121). Sum of RGB (Red+Green+Blue) = 50+157+121=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #329D79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329D79 is #CD6286. Grayscale: #787878. Windows color (decimal): -13460103 or 7970098. OLE color: 7970098.

HSL color Cylindrical-coordinate representation of color #329D79: hue angle of 159.81º 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 #329D79 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 157 121 -
CMYK 0.68 0 0.23 0.38
HSL 159.81º 0.52% 0.41% -
HSV(B) 159.81º 0.68% 0.62% -
XYZ 16.82 26.17 22.25 -
YUV 120.9 128.05 77.43 -
System Red Green Blue C M Y K H S L
Decimal 50 157 121 0.68 0 0.23 0.38 159.81 0.52 0.41
Hex 32 9D 79 44 0 17 26 A0 34 29
Octal 62 235 171 104 0 27 46 240 64 51
Binary 110010 10011101 1111001 1000100 0 10111 100110 10100000 110100 101001

Color Harmonies of #329D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329D79

Black with #329D79

Text Example


Text Example

White with #329D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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