Html Css Color HEX #329279 Gossamer

📋 copy color: '#329279'

red 50 ◦ green 146 ◦ blue 121

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

Shades of Gossamer #329279

Tints of Gossamer #329279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.06%

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

R = 15.77%
G = 46.06%
B = 38.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#329279 (or 0x329279) is known color: Gossamer. HEX triplet: 32, 92 and 79. RGB value is (50,146,121). Sum of RGB (Red+Green+Blue) = 50+146+121=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #329279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329279 is #CD6D86. Grayscale: #727272. Windows color (decimal): -13462919 or 7967282. OLE color: 7967282.

HSL color Cylindrical-coordinate representation of color #329279: hue angle of 164.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329279 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 146 121 -
CMYK 0.66 0 0.17 0.43
HSL 164.38º 0.49% 0.38% -
HSV(B) 164.38º 0.66% 0.57% -
XYZ 15.05 22.62 21.66 -
YUV 114.45 131.7 82.03 -
System Red Green Blue C M Y K H S L
Decimal 50 146 121 0.66 0 0.17 0.43 164.38 0.49 0.38
Hex 32 92 79 42 0 11 2B A4 31 26
Octal 62 222 171 102 0 21 53 244 61 46
Binary 110010 10010010 1111001 1000010 0 10001 101011 10100100 110001 100110

Color Harmonies of #329279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329279

Black with #329279

Text Example


Text Example

White with #329279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329279; }

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

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

background-color css

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

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

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

border-color css

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

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

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