Html Css Color HEX #329377 Gossamer

📋 copy color: '#329377'

red 50 ◦ green 147 ◦ blue 119

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

Shades of Gossamer #329377

Tints of Gossamer #329377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.66%

R = 15.82%
G = 46.52%
B = 37.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#329377 (or 0x329377) is known color: Gossamer. HEX triplet: 32, 93 and 77. RGB value is (50,147,119). Sum of RGB (Red+Green+Blue) = 50+147+119=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #329377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329377 is #CD6C88. Grayscale: #727272. Windows color (decimal): -13462665 or 7836466. OLE color: 7836466.

HSL color Cylindrical-coordinate representation of color #329377: hue angle of 162.68º 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 #329377 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 147 119 -
CMYK 0.66 0 0.19 0.42
HSL 162.68º 0.49% 0.39% -
HSV(B) 162.68º 0.66% 0.58% -
XYZ 15.08 22.88 21.07 -
YUV 114.81 130.36 81.78 -
System Red Green Blue C M Y K H S L
Decimal 50 147 119 0.66 0 0.19 0.42 162.68 0.49 0.39
Hex 32 93 77 42 0 13 2A A3 31 27
Octal 62 223 167 102 0 23 52 243 61 47
Binary 110010 10010011 1110111 1000010 0 10011 101010 10100011 110001 100111

Color Harmonies of #329377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329377

Black with #329377

Text Example


Text Example

White with #329377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329377; }

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

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

background-color css

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

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

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

border-color css

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

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

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