Html Css Color HEX #329578 Gossamer

📋 copy color: '#329578'

red 50 ◦ green 149 ◦ blue 120

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

Shades of Gossamer #329578

Tints of Gossamer #329578

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.71%

 BLUE value IS 120 (47.27% from 255) = 37.62%

R = 15.67%
G = 46.71%
B = 37.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#329578 (or 0x329578) is known color: Gossamer. HEX triplet: 32, 95 and 78. RGB value is (50,149,120). Sum of RGB (Red+Green+Blue) = 50+149+120=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #329578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329578 is #CD6A87. Grayscale: #747474. Windows color (decimal): -13462152 or 7902514. OLE color: 7902514.

HSL color Cylindrical-coordinate representation of color #329578: hue angle of 162.42º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329578 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 149 120 -
CMYK 0.66 0 0.19 0.42
HSL 162.42º 0.5% 0.39% -
HSV(B) 162.42º 0.66% 0.58% -
XYZ 15.45 23.53 21.5 -
YUV 116.09 130.2 80.86 -
System Red Green Blue C M Y K H S L
Decimal 50 149 120 0.66 0 0.19 0.42 162.42 0.5 0.39
Hex 32 95 78 42 0 13 2A A2 32 27
Octal 62 225 170 102 0 23 52 242 62 47
Binary 110010 10010101 1111000 1000010 0 10011 101010 10100010 110010 100111

Color Harmonies of #329578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329578

Black with #329578

Text Example


Text Example

White with #329578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329578; }

 p { color: rgb(50,149,120); }

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

background-color css

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

 a { background-color: rgb(50,149,120); }

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

border-color css

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

 span { border-color: rgb(50,149,120); }

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