Html Css Color HEX #329883 Gossamer

📋 copy color: '#329883'

red 50 ◦ green 152 ◦ blue 131

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

Shades of Gossamer #329883

Tints of Gossamer #329883

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.65%

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

R = 15.02%
G = 45.65%
B = 39.34%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#329883 (or 0x329883) is known color: Gossamer. HEX triplet: 32, 98 and 83. RGB value is (50,152,131). Sum of RGB (Red+Green+Blue) = 50+152+131=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #329883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329883 is #CD677C. Grayscale: #777777. Windows color (decimal): -13461373 or 8624178. OLE color: 8624178.

HSL color Cylindrical-coordinate representation of color #329883: hue angle of 167.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329883 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 131 -
CMYK 0.67 0 0.14 0.40
HSL 167.65º 0.5% 0.4% -
HSV(B) 167.65º 0.67% 0.6% -
XYZ 16.64 24.77 25.38 -
YUV 119.11 134.71 78.71 -
System Red Green Blue C M Y K H S L
Decimal 50 152 131 0.67 0 0.14 0.40 167.65 0.5 0.4
Hex 32 98 83 43 0 E 28 A8 32 28
Octal 62 230 203 103 0 16 50 250 62 50
Binary 110010 10011000 10000011 1000011 0 1110 101000 10101000 110010 101000

Color Harmonies of #329883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329883

Black with #329883

Text Example


Text Example

White with #329883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329883; }

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

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

background-color css

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

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

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

border-color css

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

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

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