Html Css Color HEX #329177 Gossamer

📋 copy color: '#329177'

red 50 ◦ green 145 ◦ blue 119

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

Shades of Gossamer #329177

Tints of Gossamer #329177

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.18%

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

R = 15.92%
G = 46.18%
B = 37.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#329177 (or 0x329177) is known color: Gossamer. HEX triplet: 32, 91 and 77. RGB value is (50,145,119). Sum of RGB (Red+Green+Blue) = 50+145+119=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #329177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329177 is #CD6E88. Grayscale: #717171. Windows color (decimal): -13463177 or 7835954. OLE color: 7835954.

HSL color Cylindrical-coordinate representation of color #329177: hue angle of 163.58º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329177 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 145 119 -
CMYK 0.66 0 0.18 0.43
HSL 163.58º 0.49% 0.38% -
HSV(B) 163.58º 0.66% 0.57% -
XYZ 14.77 22.26 20.97 -
YUV 113.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 50 145 119 0.66 0 0.18 0.43 163.58 0.49 0.38
Hex 32 91 77 42 0 12 2B A4 31 26
Octal 62 221 167 102 0 22 53 244 61 46
Binary 110010 10010001 1110111 1000010 0 10010 101011 10100100 110001 100110

Color Harmonies of #329177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329177

Black with #329177

Text Example


Text Example

White with #329177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329177; }

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

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

background-color css

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

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

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

border-color css

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

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

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