Html Css Color HEX #329B73 Gossamer

📋 copy color: '#329B73'

red 50 ◦ green 155 ◦ blue 115

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

Shades of Gossamer #329B73

Tints of Gossamer #329B73

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.44%

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

R = 15.63%
G = 48.44%
B = 35.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#329B73 (or 0x329B73) is known color: Gossamer. HEX triplet: 32, 9B and 73. RGB value is (50,155,115). Sum of RGB (Red+Green+Blue) = 50+155+115=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #329B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B73 is #CD648C. Grayscale: #777777. Windows color (decimal): -13460621 or 7576370. OLE color: 7576370.

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

Color convert

RGB 50 155 115 -
CMYK 0.68 0 0.26 0.39
HSL 157.14º 0.51% 0.4% -
HSV(B) 157.14º 0.68% 0.61% -
XYZ 16.13 25.36 20.26 -
YUV 119.05 125.71 78.75 -
System Red Green Blue C M Y K H S L
Decimal 50 155 115 0.68 0 0.26 0.39 157.14 0.51 0.4
Hex 32 9B 73 44 0 1A 27 9D 33 28
Octal 62 233 163 104 0 32 47 235 63 50
Binary 110010 10011011 1110011 1000100 0 11010 100111 10011101 110011 101000

Color Harmonies of #329B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B73

Black with #329B73

Text Example


Text Example

White with #329B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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