Html Css Color HEX #329079 Gossamer

📋 copy color: '#329079'

red 50 ◦ green 144 ◦ blue 121

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

Shades of Gossamer #329079

Tints of Gossamer #329079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.71%

 BLUE value IS 121 (47.66% from 255) = 38.41%

R = 15.87%
G = 45.71%
B = 38.41%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#329079 (or 0x329079) is known color: Gossamer. HEX triplet: 32, 90 and 79. RGB value is (50,144,121). Sum of RGB (Red+Green+Blue) = 50+144+121=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #329079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329079 is #CD6F86. Grayscale: #717171. Windows color (decimal): -13463431 or 7966770. OLE color: 7966770.

HSL color Cylindrical-coordinate representation of color #329079: hue angle of 165.32º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #329079 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 121 -
CMYK 0.65 0 0.16 0.44
HSL 165.32º 0.48% 0.38% -
HSV(B) 165.32º 0.65% 0.56% -
XYZ 14.74 22.01 21.56 -
YUV 113.27 132.36 82.87 -
System Red Green Blue C M Y K H S L
Decimal 50 144 121 0.65 0 0.16 0.44 165.32 0.48 0.38
Hex 32 90 79 41 0 10 2C A5 30 26
Octal 62 220 171 101 0 20 54 245 60 46
Binary 110010 10010000 1111001 1000001 0 10000 101100 10100101 110000 100110

Color Harmonies of #329079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329079

Black with #329079

Text Example


Text Example

White with #329079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329079; }

 p { color: rgb(50,144,121); }

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

background-color css

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

 a { background-color: rgb(50,144,121); }

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

border-color css

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

 span { border-color: rgb(50,144,121); }

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