Html Css Color HEX #329778 Gossamer

📋 copy color: '#329778'

red 50 ◦ green 151 ◦ blue 120

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

Shades of Gossamer #329778

Tints of Gossamer #329778

RGB

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

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

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

R = 15.58%
G = 47.04%
B = 37.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#329778 (or 0x329778) is known color: Gossamer. HEX triplet: 32, 97 and 78. RGB value is (50,151,120). Sum of RGB (Red+Green+Blue) = 50+151+120=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #329778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329778 is #CD6887. Grayscale: #757575. Windows color (decimal): -13461640 or 7903026. OLE color: 7903026.

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

Color convert

RGB 50 151 120 -
CMYK 0.67 0 0.21 0.41
HSL 161.58º 0.5% 0.39% -
HSV(B) 161.58º 0.67% 0.59% -
XYZ 15.77 24.17 21.6 -
YUV 117.27 129.54 80.02 -
System Red Green Blue C M Y K H S L
Decimal 50 151 120 0.67 0 0.21 0.41 161.58 0.5 0.39
Hex 32 97 78 43 0 15 29 A2 32 27
Octal 62 227 170 103 0 25 51 242 62 47
Binary 110010 10010111 1111000 1000011 0 10101 101001 10100010 110010 100111

Color Harmonies of #329778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329778

Black with #329778

Text Example


Text Example

White with #329778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329778; }

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

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

background-color css

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

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

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

border-color css

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

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

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