Html Css Color HEX #329773 Gossamer

📋 copy color: '#329773'

red 50 ◦ green 151 ◦ blue 115

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

Shades of Gossamer #329773

Tints of Gossamer #329773

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.78%

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

R = 15.82%
G = 47.78%
B = 36.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#329773 (or 0x329773) is known color: Gossamer. HEX triplet: 32, 97 and 73. RGB value is (50,151,115). Sum of RGB (Red+Green+Blue) = 50+151+115=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #329773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329773 is #CD688C. Grayscale: #747474. Windows color (decimal): -13461645 or 7575346. OLE color: 7575346.

HSL color Cylindrical-coordinate representation of color #329773: hue angle of 158.61º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329773 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 151 115 -
CMYK 0.67 0 0.24 0.41
HSL 158.61º 0.5% 0.39% -
HSV(B) 158.61º 0.67% 0.59% -
XYZ 15.48 24.05 20.05 -
YUV 116.7 127.04 80.43 -
System Red Green Blue C M Y K H S L
Decimal 50 151 115 0.67 0 0.24 0.41 158.61 0.5 0.39
Hex 32 97 73 43 0 18 29 9F 32 27
Octal 62 227 163 103 0 30 51 237 62 47
Binary 110010 10010111 1110011 1000011 0 11000 101001 10011111 110010 100111

Color Harmonies of #329773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329773

Black with #329773

Text Example


Text Example

White with #329773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329773; }

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

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

background-color css

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

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

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

border-color css

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

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

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