Html Css Color HEX #329882 Gossamer

📋 copy color: '#329882'

red 50 ◦ green 152 ◦ blue 130

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

Shades of Gossamer #329882

Tints of Gossamer #329882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.16%

R = 15.06%
G = 45.78%
B = 39.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#329882 (or 0x329882) is known color: Gossamer. HEX triplet: 32, 98 and 82. RGB value is (50,152,130). Sum of RGB (Red+Green+Blue) = 50+152+130=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #329882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329882 is #CD677D. Grayscale: #767676. Windows color (decimal): -13461374 or 8558642. OLE color: 8558642.

HSL color Cylindrical-coordinate representation of color #329882: hue angle of 167.06º 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 #329882 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 130 -
CMYK 0.67 0 0.14 0.40
HSL 167.06º 0.5% 0.4% -
HSV(B) 167.06º 0.67% 0.6% -
XYZ 16.57 24.75 25.02 -
YUV 118.99 134.21 78.79 -
System Red Green Blue C M Y K H S L
Decimal 50 152 130 0.67 0 0.14 0.40 167.06 0.5 0.4
Hex 32 98 82 43 0 E 28 A7 32 28
Octal 62 230 202 103 0 16 50 247 62 50
Binary 110010 10011000 10000010 1000011 0 1110 101000 10100111 110010 101000

Color Harmonies of #329882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329882

Black with #329882

Text Example


Text Example

White with #329882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329882; }

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

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

background-color css

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

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

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

border-color css

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

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

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