Html Css Color HEX #329573 Gossamer

📋 copy color: '#329573'

red 50 ◦ green 149 ◦ blue 115

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

Shades of Gossamer #329573

Tints of Gossamer #329573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.45%

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

R = 15.92%
G = 47.45%
B = 36.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#329573 (or 0x329573) is known color: Gossamer. HEX triplet: 32, 95 and 73. RGB value is (50,149,115). Sum of RGB (Red+Green+Blue) = 50+149+115=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #329573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329573 is #CD6A8C. Grayscale: #737373. Windows color (decimal): -13462157 or 7574834. OLE color: 7574834.

HSL color Cylindrical-coordinate representation of color #329573: hue angle of 159.39º degrees, saturation: 0.5, 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 #329573 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 149 115 -
CMYK 0.66 0 0.23 0.42
HSL 159.39º 0.5% 0.39% -
HSV(B) 159.39º 0.66% 0.58% -
XYZ 15.16 23.41 19.94 -
YUV 115.52 127.7 81.26 -
System Red Green Blue C M Y K H S L
Decimal 50 149 115 0.66 0 0.23 0.42 159.39 0.5 0.39
Hex 32 95 73 42 0 17 2A 9F 32 27
Octal 62 225 163 102 0 27 52 237 62 47
Binary 110010 10010101 1110011 1000010 0 10111 101010 10011111 110010 100111

Color Harmonies of #329573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329573

Black with #329573

Text Example


Text Example

White with #329573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329573; }

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

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

background-color css

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

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

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

border-color css

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

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

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