Html Css Color HEX #329376 Gossamer

📋 copy color: '#329376'

red 50 ◦ green 147 ◦ blue 118

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

Shades of Gossamer #329376

Tints of Gossamer #329376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.67%

 BLUE value IS 118 (46.48% from 255) = 37.46%

R = 15.87%
G = 46.67%
B = 37.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#329376 (or 0x329376) is known color: Gossamer. HEX triplet: 32, 93 and 76. RGB value is (50,147,118). Sum of RGB (Red+Green+Blue) = 50+147+118=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #329376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329376 is #CD6C89. Grayscale: #727272. Windows color (decimal): -13462666 or 7770930. OLE color: 7770930.

HSL color Cylindrical-coordinate representation of color #329376: hue angle of 162.06º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329376 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 147 118 -
CMYK 0.66 0 0.20 0.42
HSL 162.06º 0.49% 0.39% -
HSV(B) 162.06º 0.66% 0.58% -
XYZ 15.02 22.85 20.76 -
YUV 114.69 129.86 81.86 -
System Red Green Blue C M Y K H S L
Decimal 50 147 118 0.66 0 0.20 0.42 162.06 0.49 0.39
Hex 32 93 76 42 0 14 2A A2 31 27
Octal 62 223 166 102 0 24 52 242 61 47
Binary 110010 10010011 1110110 1000010 0 10100 101010 10100010 110001 100111

Color Harmonies of #329376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329376

Black with #329376

Text Example


Text Example

White with #329376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329376; }

 p { color: rgb(50,147,118); }

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

background-color css

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

 a { background-color: rgb(50,147,118); }

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

border-color css

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

 span { border-color: rgb(50,147,118); }

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