Html Css Color HEX #329D91 Gossamer

📋 copy color: '#329D91'

red 50 ◦ green 157 ◦ blue 145

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

Shades of Gossamer #329D91

Tints of Gossamer #329D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.19%

R = 14.2%
G = 44.6%
B = 41.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#329D91 (or 0x329D91) is known color: Gossamer. HEX triplet: 32, 9D and 91. RGB value is (50,157,145). Sum of RGB (Red+Green+Blue) = 50+157+145=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #329D91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329D91 is #CD626E. Grayscale: #7B7B7B. Windows color (decimal): -13460079 or 9542962. OLE color: 9542962.

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

Color convert

RGB 50 157 145 -
CMYK 0.68 0 0.08 0.38
HSL 173.27º 0.52% 0.41% -
HSV(B) 173.27º 0.68% 0.62% -
XYZ 18.48 26.84 30.99 -
YUV 123.64 140.05 75.48 -
System Red Green Blue C M Y K H S L
Decimal 50 157 145 0.68 0 0.08 0.38 173.27 0.52 0.41
Hex 32 9D 91 44 0 8 26 AD 34 29
Octal 62 235 221 104 0 10 46 255 64 51
Binary 110010 10011101 10010001 1000100 0 1000 100110 10101101 110100 101001

Color Harmonies of #329D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329D91

Black with #329D91

Text Example


Text Example

White with #329D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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