Html Css Color HEX #329184 Gossamer

📋 copy color: '#329184'

red 50 ◦ green 145 ◦ blue 132

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

Shades of Gossamer #329184

Tints of Gossamer #329184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.37%

R = 15.29%
G = 44.34%
B = 40.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#329184 (or 0x329184) is known color: Gossamer. HEX triplet: 32, 91 and 84. RGB value is (50,145,132). Sum of RGB (Red+Green+Blue) = 50+145+132=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #329184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329184 is #CD6E7B. Grayscale: #737373. Windows color (decimal): -13463164 or 8687922. OLE color: 8687922.

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

Color convert

RGB 50 145 132 -
CMYK 0.66 0 0.09 0.43
HSL 171.79º 0.49% 0.38% -
HSV(B) 171.79º 0.66% 0.57% -
XYZ 15.61 22.59 25.37 -
YUV 115.11 137.53 81.56 -
System Red Green Blue C M Y K H S L
Decimal 50 145 132 0.66 0 0.09 0.43 171.79 0.49 0.38
Hex 32 91 84 42 0 9 2B AC 31 26
Octal 62 221 204 102 0 11 53 254 61 46
Binary 110010 10010001 10000100 1000010 0 1001 101011 10101100 110001 100110

Color Harmonies of #329184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329184

Black with #329184

Text Example


Text Example

White with #329184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329184; }

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

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

background-color css

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

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

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

border-color css

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

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

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