Html Css Color HEX #329E7D Gossamer

📋 copy color: '#329E7D'

red 50 ◦ green 158 ◦ blue 125

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

Shades of Gossamer #329E7D

Tints of Gossamer #329E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.45%

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 15.02%
G = 47.45%
B = 37.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#329E7D (or 0x329E7D) is known color: Gossamer. HEX triplet: 32, 9E and 7D. RGB value is (50,158,125). Sum of RGB (Red+Green+Blue) = 50+158+125=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 158 - color contains mainly: green. Hex color #329E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329E7D is #CD6182. Grayscale: #797979. Windows color (decimal): -13459843 or 8232498. OLE color: 8232498.

HSL color Cylindrical-coordinate representation of color #329E7D: hue angle of 161.67º 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 #329E7D is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 158 125 -
CMYK 0.68 0 0.21 0.38
HSL 161.67º 0.52% 0.41% -
HSV(B) 161.67º 0.68% 0.62% -
XYZ 17.24 26.61 23.63 -
YUV 121.95 129.72 76.68 -
System Red Green Blue C M Y K H S L
Decimal 50 158 125 0.68 0 0.21 0.38 161.67 0.52 0.41
Hex 32 9E 7D 44 0 15 26 A2 34 29
Octal 62 236 175 104 0 25 46 242 64 51
Binary 110010 10011110 1111101 1000100 0 10101 100110 10100010 110100 101001

Color Harmonies of #329E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329E7D

Black with #329E7D

Text Example


Text Example

White with #329E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,158,125); }

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

background-color css

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

 a { background-color: rgb(50,158,125); }

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

border-color css

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

 span { border-color: rgb(50,158,125); }

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