Html Css Color HEX #329484 Gossamer

📋 copy color: '#329484'

red 50 ◦ green 148 ◦ blue 132

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

Shades of Gossamer #329484

Tints of Gossamer #329484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

 BLUE value IS 132 (51.95% from 255) = 40%

R = 15.15%
G = 44.85%
B = 40%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#329484 (or 0x329484) is known color: Gossamer. HEX triplet: 32, 94 and 84. RGB value is (50,148,132). Sum of RGB (Red+Green+Blue) = 50+148+132=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #329484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329484 is #CD6B7B. Grayscale: #747474. Windows color (decimal): -13462396 or 8688690. OLE color: 8688690.

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

Color convert

RGB 50 148 132 -
CMYK 0.66 0 0.11 0.42
HSL 170.2º 0.49% 0.39% -
HSV(B) 170.2º 0.66% 0.58% -
XYZ 16.07 23.52 25.52 -
YUV 116.87 136.53 80.3 -
System Red Green Blue C M Y K H S L
Decimal 50 148 132 0.66 0 0.11 0.42 170.2 0.49 0.39
Hex 32 94 84 42 0 B 2A AA 31 27
Octal 62 224 204 102 0 13 52 252 61 47
Binary 110010 10010100 10000100 1000010 0 1011 101010 10101010 110001 100111

Color Harmonies of #329484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329484

Black with #329484

Text Example


Text Example

White with #329484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329484; }

 p { color: rgb(50,148,132); }

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

background-color css

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

 a { background-color: rgb(50,148,132); }

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

border-color css

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

 span { border-color: rgb(50,148,132); }

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