Html Css Color HEX #329879 Gossamer

📋 copy color: '#329879'

red 50 ◦ green 152 ◦ blue 121

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

Shades of Gossamer #329879

Tints of Gossamer #329879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.06%

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

R = 15.48%
G = 47.06%
B = 37.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#329879 (or 0x329879) is known color: Gossamer. HEX triplet: 32, 98 and 79. RGB value is (50,152,121). Sum of RGB (Red+Green+Blue) = 50+152+121=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #329879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329879 is #CD6786. Grayscale: #757575. Windows color (decimal): -13461383 or 7968818. OLE color: 7968818.

HSL color Cylindrical-coordinate representation of color #329879: hue angle of 161.76º degrees, saturation: 0.5, 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 #329879 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 121 -
CMYK 0.67 0 0.20 0.40
HSL 161.76º 0.5% 0.4% -
HSV(B) 161.76º 0.67% 0.6% -
XYZ 15.99 24.52 21.98 -
YUV 117.97 129.71 79.52 -
System Red Green Blue C M Y K H S L
Decimal 50 152 121 0.67 0 0.20 0.40 161.76 0.5 0.4
Hex 32 98 79 43 0 14 28 A2 32 28
Octal 62 230 171 103 0 24 50 242 62 50
Binary 110010 10011000 1111001 1000011 0 10100 101000 10100010 110010 101000

Color Harmonies of #329879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329879

Black with #329879

Text Example


Text Example

White with #329879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329879; }

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

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

background-color css

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

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

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

border-color css

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

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

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