Html Css Color HEX #329378 Gossamer

📋 copy color: '#329378'

red 50 ◦ green 147 ◦ blue 120

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

Shades of Gossamer #329378

Tints of Gossamer #329378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.37%

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

R = 15.77%
G = 46.37%
B = 37.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#329378 (or 0x329378) is known color: Gossamer. HEX triplet: 32, 93 and 78. RGB value is (50,147,120). Sum of RGB (Red+Green+Blue) = 50+147+120=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #329378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329378 is #CD6C87. Grayscale: #727272. Windows color (decimal): -13462664 or 7902002. OLE color: 7902002.

HSL color Cylindrical-coordinate representation of color #329378: hue angle of 163.3º degrees, saturation: 0.49, 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 #329378 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 147 120 -
CMYK 0.66 0 0.18 0.42
HSL 163.3º 0.49% 0.39% -
HSV(B) 163.3º 0.66% 0.58% -
XYZ 15.14 22.9 21.39 -
YUV 114.92 130.86 81.7 -
System Red Green Blue C M Y K H S L
Decimal 50 147 120 0.66 0 0.18 0.42 163.3 0.49 0.39
Hex 32 93 78 42 0 12 2A A3 31 27
Octal 62 223 170 102 0 22 52 243 61 47
Binary 110010 10010011 1111000 1000010 0 10010 101010 10100011 110001 100111

Color Harmonies of #329378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329378

Black with #329378

Text Example


Text Example

White with #329378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329378; }

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

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

background-color css

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

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

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

border-color css

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

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

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