Html Css Color HEX #329D90 Gossamer

📋 copy color: '#329D90'

red 50 ◦ green 157 ◦ blue 144

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

Shades of Gossamer #329D90

Tints of Gossamer #329D90

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.73%

 BLUE value IS 144 (56.64% from 255) = 41.03%

R = 14.25%
G = 44.73%
B = 41.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#329D90 (or 0x329D90) is known color: Gossamer. HEX triplet: 32, 9D and 90. RGB value is (50,157,144). Sum of RGB (Red+Green+Blue) = 50+157+144=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #329D90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329D90 is #CD626F. Grayscale: #7B7B7B. Windows color (decimal): -13460080 or 9477426. OLE color: 9477426.

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

Color convert

RGB 50 157 144 -
CMYK 0.68 0 0.08 0.38
HSL 172.71º 0.52% 0.41% -
HSV(B) 172.71º 0.68% 0.62% -
XYZ 18.41 26.81 30.59 -
YUV 123.53 139.55 75.56 -
System Red Green Blue C M Y K H S L
Decimal 50 157 144 0.68 0 0.08 0.38 172.71 0.52 0.41
Hex 32 9D 90 44 0 8 26 AD 34 29
Octal 62 235 220 104 0 10 46 255 64 51
Binary 110010 10011101 10010000 1000100 0 1000 100110 10101101 110100 101001

Color Harmonies of #329D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329D90

Black with #329D90

Text Example


Text Example

White with #329D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,157,144); }

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

background-color css

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

 a { background-color: rgb(50,157,144); }

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

border-color css

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

 span { border-color: rgb(50,157,144); }

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