Html Css Color HEX #329479 Gossamer

📋 copy color: '#329479'

red 50 ◦ green 148 ◦ blue 121

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

Shades of Gossamer #329479

Tints of Gossamer #329479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.39%

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

R = 15.67%
G = 46.39%
B = 37.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#329479 (or 0x329479) is known color: Gossamer. HEX triplet: 32, 94 and 79. RGB value is (50,148,121). Sum of RGB (Red+Green+Blue) = 50+148+121=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #329479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329479 is #CD6B86. Grayscale: #737373. Windows color (decimal): -13462407 or 7967794. OLE color: 7967794.

HSL color Cylindrical-coordinate representation of color #329479: hue angle of 163.47º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329479 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 148 121 -
CMYK 0.66 0 0.18 0.42
HSL 163.47º 0.49% 0.39% -
HSV(B) 163.47º 0.66% 0.58% -
XYZ 15.36 23.24 21.77 -
YUV 115.62 131.03 81.2 -
System Red Green Blue C M Y K H S L
Decimal 50 148 121 0.66 0 0.18 0.42 163.47 0.49 0.39
Hex 32 94 79 42 0 12 2A A3 31 27
Octal 62 224 171 102 0 22 52 243 61 47
Binary 110010 10010100 1111001 1000010 0 10010 101010 10100011 110001 100111

Color Harmonies of #329479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329479

Black with #329479

Text Example


Text Example

White with #329479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329479; }

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

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

background-color css

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

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

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

border-color css

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

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

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