Html Css Color HEX #329C7D Gossamer

📋 copy color: '#329C7D'

red 50 ◦ green 156 ◦ blue 125

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

Shades of Gossamer #329C7D

Tints of Gossamer #329C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.13%

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

R = 15.11%
G = 47.13%
B = 37.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#329C7D (or 0x329C7D) is known color: Gossamer. HEX triplet: 32, 9C and 7D. RGB value is (50,156,125). Sum of RGB (Red+Green+Blue) = 50+156+125=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #329C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329C7D is #CD6382. Grayscale: #787878. Windows color (decimal): -13460355 or 8231986. OLE color: 8231986.

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

Color convert

RGB 50 156 125 -
CMYK 0.68 0 0.20 0.39
HSL 162.45º 0.51% 0.4% -
HSV(B) 162.45º 0.68% 0.61% -
XYZ 16.91 25.94 23.52 -
YUV 120.77 130.38 77.52 -
System Red Green Blue C M Y K H S L
Decimal 50 156 125 0.68 0 0.20 0.39 162.45 0.51 0.4
Hex 32 9C 7D 44 0 14 27 A2 33 28
Octal 62 234 175 104 0 24 47 242 63 50
Binary 110010 10011100 1111101 1000100 0 10100 100111 10100010 110011 101000

Color Harmonies of #329C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329C7D

Black with #329C7D

Text Example


Text Example

White with #329C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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