Html Css Color HEX #329782 Gossamer

📋 copy color: '#329782'

red 50 ◦ green 151 ◦ blue 130

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

Shades of Gossamer #329782

Tints of Gossamer #329782

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.62%

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

R = 15.11%
G = 45.62%
B = 39.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#329782 (or 0x329782) is known color: Gossamer. HEX triplet: 32, 97 and 82. RGB value is (50,151,130). Sum of RGB (Red+Green+Blue) = 50+151+130=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #329782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329782 is #CD687D. Grayscale: #767676. Windows color (decimal): -13461630 or 8558386. OLE color: 8558386.

HSL color Cylindrical-coordinate representation of color #329782: hue angle of 167.52º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329782 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 151 130 -
CMYK 0.67 0 0.14 0.41
HSL 167.52º 0.5% 0.39% -
HSV(B) 167.52º 0.67% 0.59% -
XYZ 16.41 24.42 24.97 -
YUV 118.41 134.54 79.21 -
System Red Green Blue C M Y K H S L
Decimal 50 151 130 0.67 0 0.14 0.41 167.52 0.5 0.39
Hex 32 97 82 43 0 E 29 A8 32 27
Octal 62 227 202 103 0 16 51 250 62 47
Binary 110010 10010111 10000010 1000011 0 1110 101001 10101000 110010 100111

Color Harmonies of #329782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329782

Black with #329782

Text Example


Text Example

White with #329782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329782; }

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

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

background-color css

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

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

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

border-color css

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

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

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