Html Css Color HEX #329077 Gossamer

📋 copy color: '#329077'

red 50 ◦ green 144 ◦ blue 119

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

Shades of Gossamer #329077

Tints of Gossamer #329077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.01%

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

R = 15.97%
G = 46.01%
B = 38.02%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#329077 (or 0x329077) is known color: Gossamer. HEX triplet: 32, 90 and 77. RGB value is (50,144,119). Sum of RGB (Red+Green+Blue) = 50+144+119=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #329077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329077 is #CD6F88. Grayscale: #717171. Windows color (decimal): -13463433 or 7835698. OLE color: 7835698.

HSL color Cylindrical-coordinate representation of color #329077: hue angle of 164.04º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #329077 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 119 -
CMYK 0.65 0 0.17 0.44
HSL 164.04º 0.48% 0.38% -
HSV(B) 164.04º 0.65% 0.56% -
XYZ 14.62 21.96 20.92 -
YUV 113.04 131.36 83.03 -
System Red Green Blue C M Y K H S L
Decimal 50 144 119 0.65 0 0.17 0.44 164.04 0.48 0.38
Hex 32 90 77 41 0 11 2C A4 30 26
Octal 62 220 167 101 0 21 54 244 60 46
Binary 110010 10010000 1110111 1000001 0 10001 101100 10100100 110000 100110

Color Harmonies of #329077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329077

Black with #329077

Text Example


Text Example

White with #329077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329077; }

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

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

background-color css

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

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

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

border-color css

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

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

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