Html Css Color HEX #328D81 Gossamer

📋 copy color: '#328D81'

red 50 ◦ green 141 ◦ blue 129

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

Shades of Gossamer #328D81

Tints of Gossamer #328D81

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.06%

 BLUE value IS 129 (50.78% from 255) = 40.31%

R = 15.63%
G = 44.06%
B = 40.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#328D81 (or 0x328D81) is known color: Gossamer. HEX triplet: 32, 8D and 81. RGB value is (50,141,129). Sum of RGB (Red+Green+Blue) = 50+141+129=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #328D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328D81 is #CD727E. Grayscale: #707070. Windows color (decimal): -13464191 or 8490290. OLE color: 8490290.

HSL color Cylindrical-coordinate representation of color #328D81: hue angle of 172.09º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328D81 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 141 129 -
CMYK 0.65 0 0.09 0.45
HSL 172.09º 0.48% 0.37% -
HSV(B) 172.09º 0.65% 0.55% -
XYZ 14.8 21.31 24.1 -
YUV 112.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 50 141 129 0.65 0 0.09 0.45 172.09 0.48 0.37
Hex 32 8D 81 41 0 9 2D AC 30 25
Octal 62 215 201 101 0 11 55 254 60 45
Binary 110010 10001101 10000001 1000001 0 1001 101101 10101100 110000 100101

Color Harmonies of #328D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D81

Black with #328D81

Text Example


Text Example

White with #328D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,141,129); }

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

background-color css

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

 a { background-color: rgb(50,141,129); }

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

border-color css

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

 span { border-color: rgb(50,141,129); }

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