Html Css Color HEX #329178 Gossamer

📋 copy color: '#329178'

red 50 ◦ green 145 ◦ blue 120

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

Shades of Gossamer #329178

Tints of Gossamer #329178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.1%

R = 15.87%
G = 46.03%
B = 38.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#329178 (or 0x329178) is known color: Gossamer. HEX triplet: 32, 91 and 78. RGB value is (50,145,120). Sum of RGB (Red+Green+Blue) = 50+145+120=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #329178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329178 is #CD6E87. Grayscale: #717171. Windows color (decimal): -13463176 or 7901490. OLE color: 7901490.

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

Color convert

RGB 50 145 120 -
CMYK 0.66 0 0.17 0.43
HSL 164.21º 0.49% 0.38% -
HSV(B) 164.21º 0.66% 0.57% -
XYZ 14.83 22.28 21.29 -
YUV 113.75 131.53 82.53 -
System Red Green Blue C M Y K H S L
Decimal 50 145 120 0.66 0 0.17 0.43 164.21 0.49 0.38
Hex 32 91 78 42 0 11 2B A4 31 26
Octal 62 221 170 102 0 21 53 244 61 46
Binary 110010 10010001 1111000 1000010 0 10001 101011 10100100 110001 100110

Color Harmonies of #329178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329178

Black with #329178

Text Example


Text Example

White with #329178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329178; }

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

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

background-color css

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

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

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

border-color css

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

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

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