Html Css Color HEX #329388 Gossamer

📋 copy color: '#329388'

red 50 ◦ green 147 ◦ blue 136

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

Shades of Gossamer #329388

Tints of Gossamer #329388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.84%

R = 15.02%
G = 44.14%
B = 40.84%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#329388 (or 0x329388) is known color: Gossamer. HEX triplet: 32, 93 and 88. RGB value is (50,147,136). Sum of RGB (Red+Green+Blue) = 50+147+136=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #329388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329388 is #CD6C77. Grayscale: #747474. Windows color (decimal): -13462648 or 8950578. OLE color: 8950578.

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

Color convert

RGB 50 147 136 -
CMYK 0.66 0 0.07 0.42
HSL 173.2º 0.49% 0.39% -
HSV(B) 173.2º 0.66% 0.58% -
XYZ 16.19 23.32 26.94 -
YUV 116.74 138.86 80.39 -
System Red Green Blue C M Y K H S L
Decimal 50 147 136 0.66 0 0.07 0.42 173.2 0.49 0.39
Hex 32 93 88 42 0 7 2A AD 31 27
Octal 62 223 210 102 0 7 52 255 61 47
Binary 110010 10010011 10001000 1000010 0 111 101010 10101101 110001 100111

Color Harmonies of #329388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329388

Black with #329388

Text Example


Text Example

White with #329388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329388; }

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

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

background-color css

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

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

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

border-color css

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

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

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