Html Css Color HEX #329186 Gossamer

📋 copy color: '#329186'

red 50 ◦ green 145 ◦ blue 134

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

Shades of Gossamer #329186

Tints of Gossamer #329186

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.07%

 BLUE value IS 134 (52.73% from 255) = 40.73%

R = 15.2%
G = 44.07%
B = 40.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#329186 (or 0x329186) is known color: Gossamer. HEX triplet: 32, 91 and 86. RGB value is (50,145,134). Sum of RGB (Red+Green+Blue) = 50+145+134=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #329186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329186 is #CD6E79. Grayscale: #737373. Windows color (decimal): -13463162 or 8818994. OLE color: 8818994.

HSL color Cylindrical-coordinate representation of color #329186: hue angle of 173.05º 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 #329186 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 145 134 -
CMYK 0.66 0 0.08 0.43
HSL 173.05º 0.49% 0.38% -
HSV(B) 173.05º 0.66% 0.57% -
XYZ 15.74 22.65 26.1 -
YUV 115.34 138.53 81.39 -
System Red Green Blue C M Y K H S L
Decimal 50 145 134 0.66 0 0.08 0.43 173.05 0.49 0.38
Hex 32 91 86 42 0 8 2B AD 31 26
Octal 62 221 206 102 0 10 53 255 61 46
Binary 110010 10010001 10000110 1000010 0 1000 101011 10101101 110001 100110

Color Harmonies of #329186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329186

Black with #329186

Text Example


Text Example

White with #329186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329186; }

 p { color: rgb(50,145,134); }

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

background-color css

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

 a { background-color: rgb(50,145,134); }

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

border-color css

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

 span { border-color: rgb(50,145,134); }

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