Html Css Color HEX #329785 Gossamer

📋 copy color: '#329785'

red 50 ◦ green 151 ◦ blue 133

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

Shades of Gossamer #329785

Tints of Gossamer #329785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.21%

 BLUE value IS 133 (52.34% from 255) = 39.82%

R = 14.97%
G = 45.21%
B = 39.82%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#329785 (or 0x329785) is known color: Gossamer. HEX triplet: 32, 97 and 85. RGB value is (50,151,133). Sum of RGB (Red+Green+Blue) = 50+151+133=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #329785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329785 is #CD687A. Grayscale: #767676. Windows color (decimal): -13461627 or 8754994. OLE color: 8754994.

HSL color Cylindrical-coordinate representation of color #329785: hue angle of 169.31º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329785 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 151 133 -
CMYK 0.67 0 0.12 0.41
HSL 169.31º 0.5% 0.39% -
HSV(B) 169.31º 0.67% 0.59% -
XYZ 16.62 24.5 26.04 -
YUV 118.75 136.04 78.96 -
System Red Green Blue C M Y K H S L
Decimal 50 151 133 0.67 0 0.12 0.41 169.31 0.5 0.39
Hex 32 97 85 43 0 C 29 A9 32 27
Octal 62 227 205 103 0 14 51 251 62 47
Binary 110010 10010111 10000101 1000011 0 1100 101001 10101001 110010 100111

Color Harmonies of #329785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329785

Black with #329785

Text Example


Text Example

White with #329785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329785; }

 p { color: rgb(50,151,133); }

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

background-color css

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

 a { background-color: rgb(50,151,133); }

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

border-color css

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

 span { border-color: rgb(50,151,133); }

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