Html Css Color HEX #329875 Gossamer

📋 copy color: '#329875'

red 50 ◦ green 152 ◦ blue 117

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

Shades of Gossamer #329875

Tints of Gossamer #329875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 15.67%
G = 47.65%
B = 36.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#329875 (or 0x329875) is known color: Gossamer. HEX triplet: 32, 98 and 75. RGB value is (50,152,117). Sum of RGB (Red+Green+Blue) = 50+152+117=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #329875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329875 is #CD678A. Grayscale: #757575. Windows color (decimal): -13461387 or 7706674. OLE color: 7706674.

HSL color Cylindrical-coordinate representation of color #329875: hue angle of 159.41º 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 #329875 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 117 -
CMYK 0.67 0 0.23 0.40
HSL 159.41º 0.5% 0.4% -
HSV(B) 159.41º 0.67% 0.6% -
XYZ 15.75 24.42 20.71 -
YUV 117.51 127.71 79.85 -
System Red Green Blue C M Y K H S L
Decimal 50 152 117 0.67 0 0.23 0.40 159.41 0.5 0.4
Hex 32 98 75 43 0 17 28 9F 32 28
Octal 62 230 165 103 0 27 50 237 62 50
Binary 110010 10011000 1110101 1000011 0 10111 101000 10011111 110010 101000

Color Harmonies of #329875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329875

Black with #329875

Text Example


Text Example

White with #329875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329875; }

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

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

background-color css

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

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

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

border-color css

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

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

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