Html Css Color HEX #329482 Gossamer

📋 copy color: '#329482'

red 50 ◦ green 148 ◦ blue 130

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

Shades of Gossamer #329482

Tints of Gossamer #329482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 15.24%
G = 45.12%
B = 39.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#329482 (or 0x329482) is known color: Gossamer. HEX triplet: 32, 94 and 82. RGB value is (50,148,130). Sum of RGB (Red+Green+Blue) = 50+148+130=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #329482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329482 is #CD6B7D. Grayscale: #747474. Windows color (decimal): -13462398 or 8557618. OLE color: 8557618.

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

Color convert

RGB 50 148 130 -
CMYK 0.66 0 0.12 0.42
HSL 168.98º 0.49% 0.39% -
HSV(B) 168.98º 0.66% 0.58% -
XYZ 15.93 23.47 24.81 -
YUV 116.65 135.53 80.46 -
System Red Green Blue C M Y K H S L
Decimal 50 148 130 0.66 0 0.12 0.42 168.98 0.49 0.39
Hex 32 94 82 42 0 C 2A A9 31 27
Octal 62 224 202 102 0 14 52 251 61 47
Binary 110010 10010100 10000010 1000010 0 1100 101010 10101001 110001 100111

Color Harmonies of #329482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329482

Black with #329482

Text Example


Text Example

White with #329482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329482; }

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

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

background-color css

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

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

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

border-color css

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

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

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