Html Css Color HEX #329282 Gossamer

📋 copy color: '#329282'

red 50 ◦ green 146 ◦ blue 130

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

Shades of Gossamer #329282

Tints of Gossamer #329282

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

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

R = 15.34%
G = 44.79%
B = 39.88%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#329282 (or 0x329282) is known color: Gossamer. HEX triplet: 32, 92 and 82. RGB value is (50,146,130). Sum of RGB (Red+Green+Blue) = 50+146+130=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #329282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329282 is #CD6D7D. Grayscale: #737373. Windows color (decimal): -13462910 or 8557106. OLE color: 8557106.

HSL color Cylindrical-coordinate representation of color #329282: hue angle of 170º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329282 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 146 130 -
CMYK 0.66 0 0.11 0.43
HSL 170º 0.49% 0.38% -
HSV(B) 170º 0.66% 0.57% -
XYZ 15.62 22.85 24.71 -
YUV 115.47 136.2 81.3 -
System Red Green Blue C M Y K H S L
Decimal 50 146 130 0.66 0 0.11 0.43 170 0.49 0.38
Hex 32 92 82 42 0 B 2B AA 31 26
Octal 62 222 202 102 0 13 53 252 61 46
Binary 110010 10010010 10000010 1000010 0 1011 101011 10101010 110001 100110

Color Harmonies of #329282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329282

Black with #329282

Text Example


Text Example

White with #329282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329282; }

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

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

background-color css

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

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

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

border-color css

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

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

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