Html Css Color HEX #329B7F Gossamer

📋 copy color: '#329B7F'

red 50 ◦ green 155 ◦ blue 127

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

Shades of Gossamer #329B7F

Tints of Gossamer #329B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.69%

 BLUE value IS 127 (50% from 255) = 38.25%

R = 15.06%
G = 46.69%
B = 38.25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#329B7F (or 0x329B7F) is known color: Gossamer. HEX triplet: 32, 9B and 7F. RGB value is (50,155,127). Sum of RGB (Red+Green+Blue) = 50+155+127=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #329B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B7F is #CD6480. Grayscale: #787878. Windows color (decimal): -13460609 or 8362802. OLE color: 8362802.

HSL color Cylindrical-coordinate representation of color #329B7F: hue angle of 164º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B7F is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 155 127 -
CMYK 0.68 0 0.18 0.39
HSL 164º 0.51% 0.4% -
HSV(B) 164º 0.68% 0.61% -
XYZ 16.87 25.65 24.14 -
YUV 120.41 131.71 77.78 -
System Red Green Blue C M Y K H S L
Decimal 50 155 127 0.68 0 0.18 0.39 164 0.51 0.4
Hex 32 9B 7F 44 0 12 27 A4 33 28
Octal 62 233 177 104 0 22 47 244 63 50
Binary 110010 10011011 1111111 1000100 0 10010 100111 10100100 110011 101000

Color Harmonies of #329B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B7F

Black with #329B7F

Text Example


Text Example

White with #329B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,155,127); }

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

background-color css

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

 a { background-color: rgb(50,155,127); }

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

border-color css

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

 span { border-color: rgb(50,155,127); }

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