Html Css Color HEX #329278 Gossamer

📋 copy color: '#329278'

red 50 ◦ green 146 ◦ blue 120

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

Shades of Gossamer #329278

Tints of Gossamer #329278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.2%

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

R = 15.82%
G = 46.2%
B = 37.97%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#329278 (or 0x329278) is known color: Gossamer. HEX triplet: 32, 92 and 78. RGB value is (50,146,120). Sum of RGB (Red+Green+Blue) = 50+146+120=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #329278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329278 is #CD6D87. Grayscale: #727272. Windows color (decimal): -13462920 or 7901746. OLE color: 7901746.

HSL color Cylindrical-coordinate representation of color #329278: hue angle of 163.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329278 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 146 120 -
CMYK 0.66 0 0.18 0.43
HSL 163.75º 0.49% 0.38% -
HSV(B) 163.75º 0.66% 0.57% -
XYZ 14.98 22.59 21.34 -
YUV 114.33 131.2 82.11 -
System Red Green Blue C M Y K H S L
Decimal 50 146 120 0.66 0 0.18 0.43 163.75 0.49 0.38
Hex 32 92 78 42 0 12 2B A4 31 26
Octal 62 222 170 102 0 22 53 244 61 46
Binary 110010 10010010 1111000 1000010 0 10010 101011 10100100 110001 100110

Color Harmonies of #329278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329278

Black with #329278

Text Example


Text Example

White with #329278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329278; }

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

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

background-color css

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

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

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

border-color css

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

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

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