Html Css Color HEX #328E79 Gossamer

📋 copy color: '#328E79'

red 50 ◦ green 142 ◦ blue 121

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

Shades of Gossamer #328E79

Tints of Gossamer #328E79

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.37%

 BLUE value IS 121 (47.66% from 255) = 38.66%

R = 15.97%
G = 45.37%
B = 38.66%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#328E79 (or 0x328E79) is known color: Gossamer. HEX triplet: 32, 8E and 79. RGB value is (50,142,121). Sum of RGB (Red+Green+Blue) = 50+142+121=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 142 - color contains mainly: green. Hex color #328E79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328E79 is #CD7186. Grayscale: #707070. Windows color (decimal): -13463943 or 7966258. OLE color: 7966258.

HSL color Cylindrical-coordinate representation of color #328E79: hue angle of 166.3º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328E79 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 142 121 -
CMYK 0.65 0 0.15 0.44
HSL 166.3º 0.48% 0.38% -
HSV(B) 166.3º 0.65% 0.56% -
XYZ 14.44 21.4 21.46 -
YUV 112.1 133.02 83.71 -
System Red Green Blue C M Y K H S L
Decimal 50 142 121 0.65 0 0.15 0.44 166.3 0.48 0.38
Hex 32 8E 79 41 0 F 2C A6 30 26
Octal 62 216 171 101 0 17 54 246 60 46
Binary 110010 10001110 1111001 1000001 0 1111 101100 10100110 110000 100110

Color Harmonies of #328E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328E79

Black with #328E79

Text Example


Text Example

White with #328E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328E79; }

 p { color: rgb(50,142,121); }

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

background-color css

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

 a { background-color: rgb(50,142,121); }

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

border-color css

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

 span { border-color: rgb(50,142,121); }

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