Html Css Color HEX #329474 Gossamer

📋 copy color: '#329474'

red 50 ◦ green 148 ◦ blue 116

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

Shades of Gossamer #329474

Tints of Gossamer #329474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.13%

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 15.92%
G = 47.13%
B = 36.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#329474 (or 0x329474) is known color: Gossamer. HEX triplet: 32, 94 and 74. RGB value is (50,148,116). Sum of RGB (Red+Green+Blue) = 50+148+116=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #329474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329474 is #CD6B8B. Grayscale: #737373. Windows color (decimal): -13462412 or 7640114. OLE color: 7640114.

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

Color convert

RGB 50 148 116 -
CMYK 0.66 0 0.22 0.42
HSL 160.41º 0.49% 0.39% -
HSV(B) 160.41º 0.66% 0.58% -
XYZ 15.06 23.12 20.19 -
YUV 115.05 128.53 81.6 -
System Red Green Blue C M Y K H S L
Decimal 50 148 116 0.66 0 0.22 0.42 160.41 0.49 0.39
Hex 32 94 74 42 0 16 2A A0 31 27
Octal 62 224 164 102 0 26 52 240 61 47
Binary 110010 10010100 1110100 1000010 0 10110 101010 10100000 110001 100111

Color Harmonies of #329474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329474

Black with #329474

Text Example


Text Example

White with #329474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329474; }

 p { color: rgb(50,148,116); }

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

background-color css

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

 a { background-color: rgb(50,148,116); }

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

border-color css

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

 span { border-color: rgb(50,148,116); }

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