Html Css Color HEX #329489 Gossamer

📋 copy color: '#329489'

red 50 ◦ green 148 ◦ blue 137

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

Shades of Gossamer #329489

Tints of Gossamer #329489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.9%

R = 14.93%
G = 44.18%
B = 40.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#329489 (or 0x329489) is known color: Gossamer. HEX triplet: 32, 94 and 89. RGB value is (50,148,137). Sum of RGB (Red+Green+Blue) = 50+148+137=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #329489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329489 is #CD6B76. Grayscale: #757575. Windows color (decimal): -13462391 or 9016370. OLE color: 9016370.

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

Color convert

RGB 50 148 137 -
CMYK 0.66 0 0.07 0.42
HSL 173.27º 0.49% 0.39% -
HSV(B) 173.27º 0.66% 0.58% -
XYZ 16.42 23.66 27.37 -
YUV 117.44 139.03 79.89 -
System Red Green Blue C M Y K H S L
Decimal 50 148 137 0.66 0 0.07 0.42 173.27 0.49 0.39
Hex 32 94 89 42 0 7 2A AD 31 27
Octal 62 224 211 102 0 7 52 255 61 47
Binary 110010 10010100 10001001 1000010 0 111 101010 10101101 110001 100111

Color Harmonies of #329489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329489

Black with #329489

Text Example


Text Example

White with #329489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329489; }

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

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

background-color css

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

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

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

border-color css

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

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

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