Html Css Color HEX #329277 Gossamer

📋 copy color: '#329277'

red 50 ◦ green 146 ◦ blue 119

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

Shades of Gossamer #329277

Tints of Gossamer #329277

RGB

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

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

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

R = 15.87%
G = 46.35%
B = 37.78%

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

#329277 (or 0x329277) is known color: Gossamer. HEX triplet: 32, 92 and 77. RGB value is (50,146,119). Sum of RGB (Red+Green+Blue) = 50+146+119=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #329277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329277 is #CD6D88. Grayscale: #727272. Windows color (decimal): -13462921 or 7836210. OLE color: 7836210.

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

Color convert

RGB 50 146 119 -
CMYK 0.66 0 0.18 0.43
HSL 163.13º 0.49% 0.38% -
HSV(B) 163.13º 0.66% 0.57% -
XYZ 14.92 22.57 21.02 -
YUV 114.22 130.7 82.2 -
System Red Green Blue C M Y K H S L
Decimal 50 146 119 0.66 0 0.18 0.43 163.13 0.49 0.38
Hex 32 92 77 42 0 12 2B A3 31 26
Octal 62 222 167 102 0 22 53 243 61 46
Binary 110010 10010010 1110111 1000010 0 10010 101011 10100011 110001 100110

Color Harmonies of #329277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329277

Black with #329277

Text Example


Text Example

White with #329277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329277; }

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

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

background-color css

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

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

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

border-color css

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

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

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