Html Css Color HEX #329780 Gossamer

📋 copy color: '#329780'

red 50 ◦ green 151 ◦ blue 128

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

Shades of Gossamer #329780

Tints of Gossamer #329780

RGB

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

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

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

R = 15.2%
G = 45.9%
B = 38.91%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#329780 (or 0x329780) is known color: Gossamer. HEX triplet: 32, 97 and 80. RGB value is (50,151,128). Sum of RGB (Red+Green+Blue) = 50+151+128=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #329780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329780 is #CD687F. Grayscale: #767676. Windows color (decimal): -13461632 or 8427314. OLE color: 8427314.

HSL color Cylindrical-coordinate representation of color #329780: hue angle of 166.34º 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 #329780 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 151 128 -
CMYK 0.67 0 0.15 0.41
HSL 166.34º 0.5% 0.39% -
HSV(B) 166.34º 0.67% 0.59% -
XYZ 16.28 24.37 24.27 -
YUV 118.18 133.54 79.37 -
System Red Green Blue C M Y K H S L
Decimal 50 151 128 0.67 0 0.15 0.41 166.34 0.5 0.39
Hex 32 97 80 43 0 F 29 A6 32 27
Octal 62 227 200 103 0 17 51 246 62 47
Binary 110010 10010111 10000000 1000011 0 1111 101001 10100110 110010 100111

Color Harmonies of #329780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329780

Black with #329780

Text Example


Text Example

White with #329780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329780; }

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

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

background-color css

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

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

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

border-color css

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

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

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