Html Css Color HEX #329B83 Gossamer

📋 copy color: '#329B83'

red 50 ◦ green 155 ◦ blue 131

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

Shades of Gossamer #329B83

Tints of Gossamer #329B83

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.13%

 BLUE value IS 131 (51.56% from 255) = 38.99%

R = 14.88%
G = 46.13%
B = 38.99%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#329B83 (or 0x329B83) is known color: Gossamer. HEX triplet: 32, 9B and 83. RGB value is (50,155,131). Sum of RGB (Red+Green+Blue) = 50+155+131=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #329B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329B83 is #CD647C. Grayscale: #787878. Windows color (decimal): -13460605 or 8624946. OLE color: 8624946.

HSL color Cylindrical-coordinate representation of color #329B83: hue angle of 166.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B83 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 155 131 -
CMYK 0.68 0 0.15 0.39
HSL 166.29º 0.51% 0.4% -
HSV(B) 166.29º 0.68% 0.61% -
XYZ 17.13 25.76 25.54 -
YUV 120.87 133.71 77.45 -
System Red Green Blue C M Y K H S L
Decimal 50 155 131 0.68 0 0.15 0.39 166.29 0.51 0.4
Hex 32 9B 83 44 0 F 27 A6 33 28
Octal 62 233 203 104 0 17 47 246 63 50
Binary 110010 10011011 10000011 1000100 0 1111 100111 10100110 110011 101000

Color Harmonies of #329B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B83

Black with #329B83

Text Example


Text Example

White with #329B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329B83; }

 p { color: rgb(50,155,131); }

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

background-color css

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

 a { background-color: rgb(50,155,131); }

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

border-color css

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

 span { border-color: rgb(50,155,131); }

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