Html Css Color HEX #329B75 Gossamer

📋 copy color: '#329B75'

red 50 ◦ green 155 ◦ blue 117

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

Shades of Gossamer #329B75

Tints of Gossamer #329B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.34%

R = 15.53%
G = 48.14%
B = 36.34%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#329B75 (or 0x329B75) is known color: Gossamer. HEX triplet: 32, 9B and 75. RGB value is (50,155,117). Sum of RGB (Red+Green+Blue) = 50+155+117=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #329B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B75 is #CD648A. Grayscale: #777777. Windows color (decimal): -13460619 or 7707442. OLE color: 7707442.

HSL color Cylindrical-coordinate representation of color #329B75: hue angle of 158.29º 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 #329B75 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 155 117 -
CMYK 0.68 0 0.25 0.39
HSL 158.29º 0.51% 0.4% -
HSV(B) 158.29º 0.68% 0.61% -
XYZ 16.25 25.41 20.88 -
YUV 119.27 126.71 78.59 -
System Red Green Blue C M Y K H S L
Decimal 50 155 117 0.68 0 0.25 0.39 158.29 0.51 0.4
Hex 32 9B 75 44 0 19 27 9E 33 28
Octal 62 233 165 104 0 31 47 236 63 50
Binary 110010 10011011 1110101 1000100 0 11001 100111 10011110 110011 101000

Color Harmonies of #329B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B75

Black with #329B75

Text Example


Text Example

White with #329B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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