Html Css Color HEX #329180 Gossamer

📋 copy color: '#329180'

red 50 ◦ green 145 ◦ blue 128

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

Shades of Gossamer #329180

Tints of Gossamer #329180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.63%

R = 15.48%
G = 44.89%
B = 39.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#329180 (or 0x329180) is known color: Gossamer. HEX triplet: 32, 91 and 80. RGB value is (50,145,128). Sum of RGB (Red+Green+Blue) = 50+145+128=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #329180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329180 is #CD6E7F. Grayscale: #727272. Windows color (decimal): -13463168 or 8425778. OLE color: 8425778.

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

Color convert

RGB 50 145 128 -
CMYK 0.66 0 0.12 0.43
HSL 169.26º 0.49% 0.38% -
HSV(B) 169.26º 0.66% 0.57% -
XYZ 15.34 22.49 23.95 -
YUV 114.66 135.53 81.88 -
System Red Green Blue C M Y K H S L
Decimal 50 145 128 0.66 0 0.12 0.43 169.26 0.49 0.38
Hex 32 91 80 42 0 C 2B A9 31 26
Octal 62 221 200 102 0 14 53 251 61 46
Binary 110010 10010001 10000000 1000010 0 1100 101011 10101001 110001 100110

Color Harmonies of #329180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329180

Black with #329180

Text Example


Text Example

White with #329180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329180; }

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

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

background-color css

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

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

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

border-color css

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

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

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