Html Css Color HEX #329978 Gossamer

📋 copy color: '#329978'

red 50 ◦ green 153 ◦ blue 120

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

Shades of Gossamer #329978

Tints of Gossamer #329978

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.37%

 BLUE value IS 120 (47.27% from 255) = 37.15%

R = 15.48%
G = 47.37%
B = 37.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#329978 (or 0x329978) is known color: Gossamer. HEX triplet: 32, 99 and 78. RGB value is (50,153,120). Sum of RGB (Red+Green+Blue) = 50+153+120=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #329978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329978 is #CD6687. Grayscale: #767676. Windows color (decimal): -13461128 or 7903538. OLE color: 7903538.

HSL color Cylindrical-coordinate representation of color #329978: hue angle of 160.78º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329978 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 120 -
CMYK 0.67 0 0.22 0.4
HSL 160.78º 0.51% 0.4% -
HSV(B) 160.78º 0.67% 0.6% -
XYZ 16.1 24.82 21.71 -
YUV 118.44 128.88 79.18 -
System Red Green Blue C M Y K H S L
Decimal 50 153 120 0.67 0 0.22 0.4 160.78 0.51 0.4
Hex 32 99 78 43 0 16 28 A1 33 28
Octal 62 231 170 103 0 26 50 241 63 50
Binary 110010 10011001 1111000 1000011 0 10110 101000 10100001 110011 101000

Color Harmonies of #329978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329978

Black with #329978

Text Example


Text Example

White with #329978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329978; }

 p { color: rgb(50,153,120); }

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

background-color css

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

 a { background-color: rgb(50,153,120); }

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

border-color css

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

 span { border-color: rgb(50,153,120); }

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