Html Css Color HEX #329877 Gossamer

📋 copy color: '#329877'

red 50 ◦ green 152 ◦ blue 119

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

Shades of Gossamer #329877

Tints of Gossamer #329877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 15.58%
G = 47.35%
B = 37.07%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#329877 (or 0x329877) is known color: Gossamer. HEX triplet: 32, 98 and 77. RGB value is (50,152,119). Sum of RGB (Red+Green+Blue) = 50+152+119=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #329877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329877 is #CD6788. Grayscale: #757575. Windows color (decimal): -13461385 or 7837746. OLE color: 7837746.

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

Color convert

RGB 50 152 119 -
CMYK 0.67 0 0.22 0.40
HSL 160.59º 0.5% 0.4% -
HSV(B) 160.59º 0.67% 0.6% -
XYZ 15.87 24.47 21.34 -
YUV 117.74 128.71 79.68 -
System Red Green Blue C M Y K H S L
Decimal 50 152 119 0.67 0 0.22 0.40 160.59 0.5 0.4
Hex 32 98 77 43 0 16 28 A1 32 28
Octal 62 230 167 103 0 26 50 241 62 50
Binary 110010 10011000 1110111 1000011 0 10110 101000 10100001 110010 101000

Color Harmonies of #329877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329877

Black with #329877

Text Example


Text Example

White with #329877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329877; }

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

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

background-color css

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

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

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

border-color css

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

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

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