Html Css Color HEX #329B85 Gossamer

📋 copy color: '#329B85'

red 50 ◦ green 155 ◦ blue 133

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

Shades of Gossamer #329B85

Tints of Gossamer #329B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.35%

R = 14.79%
G = 45.86%
B = 39.35%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#329B85 (or 0x329B85) is known color: Gossamer. HEX triplet: 32, 9B and 85. RGB value is (50,155,133). Sum of RGB (Red+Green+Blue) = 50+155+133=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #329B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329B85 is #CD647A. Grayscale: #797979. Windows color (decimal): -13460603 or 8756018. OLE color: 8756018.

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

Color convert

RGB 50 155 133 -
CMYK 0.68 0 0.14 0.39
HSL 167.43º 0.51% 0.4% -
HSV(B) 167.43º 0.68% 0.61% -
XYZ 17.27 25.81 26.26 -
YUV 121.1 134.71 77.29 -
System Red Green Blue C M Y K H S L
Decimal 50 155 133 0.68 0 0.14 0.39 167.43 0.51 0.4
Hex 32 9B 85 44 0 E 27 A7 33 28
Octal 62 233 205 104 0 16 47 247 63 50
Binary 110010 10011011 10000101 1000100 0 1110 100111 10100111 110011 101000

Color Harmonies of #329B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B85

Black with #329B85

Text Example


Text Example

White with #329B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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