Html Css Color HEX #329A73 Gossamer

📋 copy color: '#329A73'

red 50 ◦ green 154 ◦ blue 115

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

Shades of Gossamer #329A73

Tints of Gossamer #329A73

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.28%

 BLUE value IS 115 (45.31% from 255) = 36.05%

R = 15.67%
G = 48.28%
B = 36.05%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#329A73 (or 0x329A73) is known color: Gossamer. HEX triplet: 32, 9A and 73. RGB value is (50,154,115). Sum of RGB (Red+Green+Blue) = 50+154+115=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 154 - color contains mainly: green. Hex color #329A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329A73 is #CD658C. Grayscale: #767676. Windows color (decimal): -13460877 or 7576114. OLE color: 7576114.

HSL color Cylindrical-coordinate representation of color #329A73: hue angle of 157.5º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329A73 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 154 115 -
CMYK 0.68 0 0.25 0.40
HSL 157.5º 0.51% 0.4% -
HSV(B) 157.5º 0.68% 0.6% -
XYZ 15.97 25.03 20.21 -
YUV 118.46 126.04 79.17 -
System Red Green Blue C M Y K H S L
Decimal 50 154 115 0.68 0 0.25 0.40 157.5 0.51 0.4
Hex 32 9A 73 44 0 19 28 9E 33 28
Octal 62 232 163 104 0 31 50 236 63 50
Binary 110010 10011010 1110011 1000100 0 11001 101000 10011110 110011 101000

Color Harmonies of #329A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329A73

Black with #329A73

Text Example


Text Example

White with #329A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329A73; }

 p { color: rgb(50,154,115); }

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

background-color css

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

 a { background-color: rgb(50,154,115); }

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

border-color css

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

 span { border-color: rgb(50,154,115); }

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