Html Css Color HEX #329575 Gossamer

📋 copy color: '#329575'

red 50 ◦ green 149 ◦ blue 117

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

Shades of Gossamer #329575

Tints of Gossamer #329575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.15%

 BLUE value IS 117 (46.09% from 255) = 37.03%

R = 15.82%
G = 47.15%
B = 37.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#329575 (or 0x329575) is known color: Gossamer. HEX triplet: 32, 95 and 75. RGB value is (50,149,117). Sum of RGB (Red+Green+Blue) = 50+149+117=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #329575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329575 is #CD6A8A. Grayscale: #737373. Windows color (decimal): -13462155 or 7705906. OLE color: 7705906.

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

Color convert

RGB 50 149 117 -
CMYK 0.66 0 0.21 0.42
HSL 160.61º 0.5% 0.39% -
HSV(B) 160.61º 0.66% 0.58% -
XYZ 15.27 23.46 20.55 -
YUV 115.75 128.7 81.1 -
System Red Green Blue C M Y K H S L
Decimal 50 149 117 0.66 0 0.21 0.42 160.61 0.5 0.39
Hex 32 95 75 42 0 15 2A A1 32 27
Octal 62 225 165 102 0 25 52 241 62 47
Binary 110010 10010101 1110101 1000010 0 10101 101010 10100001 110010 100111

Color Harmonies of #329575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329575

Black with #329575

Text Example


Text Example

White with #329575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329575; }

 p { color: rgb(50,149,117); }

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

background-color css

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

 a { background-color: rgb(50,149,117); }

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

border-color css

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

 span { border-color: rgb(50,149,117); }

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