Html Css Color HEX #329889 Gossamer

📋 copy color: '#329889'

red 50 ◦ green 152 ◦ blue 137

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

Shades of Gossamer #329889

Tints of Gossamer #329889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.84%

 BLUE value IS 137 (53.91% from 255) = 40.41%

R = 14.75%
G = 44.84%
B = 40.41%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#329889 (or 0x329889) is known color: Gossamer. HEX triplet: 32, 98 and 89. RGB value is (50,152,137). Sum of RGB (Red+Green+Blue) = 50+152+137=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #329889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329889 is #CD6776. Grayscale: #777777. Windows color (decimal): -13461367 or 9017394. OLE color: 9017394.

HSL color Cylindrical-coordinate representation of color #329889: hue angle of 171.18º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329889 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 137 -
CMYK 0.67 0 0.10 0.40
HSL 171.18º 0.5% 0.4% -
HSV(B) 171.18º 0.67% 0.6% -
XYZ 17.06 24.94 27.58 -
YUV 119.79 137.71 78.22 -
System Red Green Blue C M Y K H S L
Decimal 50 152 137 0.67 0 0.10 0.40 171.18 0.5 0.4
Hex 32 98 89 43 0 A 28 AB 32 28
Octal 62 230 211 103 0 12 50 253 62 50
Binary 110010 10011000 10001001 1000011 0 1010 101000 10101011 110010 101000

Color Harmonies of #329889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329889

Black with #329889

Text Example


Text Example

White with #329889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329889; }

 p { color: rgb(50,152,137); }

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

background-color css

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

 a { background-color: rgb(50,152,137); }

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

border-color css

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

 span { border-color: rgb(50,152,137); }

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