Html Css Color HEX #329385 Gossamer

📋 copy color: '#329385'

red 50 ◦ green 147 ◦ blue 133

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

Shades of Gossamer #329385

Tints of Gossamer #329385

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.55%

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 15.15%
G = 44.55%
B = 40.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#329385 (or 0x329385) is known color: Gossamer. HEX triplet: 32, 93 and 85. RGB value is (50,147,133). Sum of RGB (Red+Green+Blue) = 50+147+133=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #329385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329385 is #CD6C7A. Grayscale: #747474. Windows color (decimal): -13462651 or 8753970. OLE color: 8753970.

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

Color convert

RGB 50 147 133 -
CMYK 0.66 0 0.10 0.42
HSL 171.34º 0.49% 0.39% -
HSV(B) 171.34º 0.66% 0.58% -
XYZ 15.98 23.24 25.83 -
YUV 116.4 137.36 80.64 -
System Red Green Blue C M Y K H S L
Decimal 50 147 133 0.66 0 0.10 0.42 171.34 0.49 0.39
Hex 32 93 85 42 0 A 2A AB 31 27
Octal 62 223 205 102 0 12 52 253 61 47
Binary 110010 10010011 10000101 1000010 0 1010 101010 10101011 110001 100111

Color Harmonies of #329385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329385

Black with #329385

Text Example


Text Example

White with #329385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329385; }

 p { color: rgb(50,147,133); }

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

background-color css

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

 a { background-color: rgb(50,147,133); }

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

border-color css

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

 span { border-color: rgb(50,147,133); }

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