Html Css Color HEX #329F84 Gossamer

📋 copy color: '#329F84'

red 50 ◦ green 159 ◦ blue 132

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

Shades of Gossamer #329F84

Tints of Gossamer #329F84

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.63%

 BLUE value IS 132 (51.95% from 255) = 38.71%

R = 14.66%
G = 46.63%
B = 38.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#329F84 (or 0x329F84) is known color: Gossamer. HEX triplet: 32, 9F and 84. RGB value is (50,159,132). Sum of RGB (Red+Green+Blue) = 50+159+132=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #329F84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329F84 is #CD607B. Grayscale: #7B7B7B. Windows color (decimal): -13459580 or 8691506. OLE color: 8691506.

HSL color Cylindrical-coordinate representation of color #329F84: hue angle of 165.14º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F84 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 159 132 -
CMYK 0.69 0 0.17 0.38
HSL 165.14º 0.52% 0.41% -
HSV(B) 165.14º 0.69% 0.62% -
XYZ 17.88 27.14 26.13 -
YUV 123.33 132.89 75.7 -
System Red Green Blue C M Y K H S L
Decimal 50 159 132 0.69 0 0.17 0.38 165.14 0.52 0.41
Hex 32 9F 84 45 0 11 26 A5 34 29
Octal 62 237 204 105 0 21 46 245 64 51
Binary 110010 10011111 10000100 1000101 0 10001 100110 10100101 110100 101001

Color Harmonies of #329F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329F84

Black with #329F84

Text Example


Text Example

White with #329F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,159,132); }

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

background-color css

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

 a { background-color: rgb(50,159,132); }

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

border-color css

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

 span { border-color: rgb(50,159,132); }

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