Html Css Color HEX #329283 Gossamer

📋 copy color: '#329283'

red 50 ◦ green 146 ◦ blue 131

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

Shades of Gossamer #329283

Tints of Gossamer #329283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.06%

R = 15.29%
G = 44.65%
B = 40.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#329283 (or 0x329283) is known color: Gossamer. HEX triplet: 32, 92 and 83. RGB value is (50,146,131). Sum of RGB (Red+Green+Blue) = 50+146+131=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #329283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329283 is #CD6D7C. Grayscale: #737373. Windows color (decimal): -13462909 or 8622642. OLE color: 8622642.

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

Color convert

RGB 50 146 131 -
CMYK 0.66 0 0.10 0.43
HSL 170.63º 0.49% 0.38% -
HSV(B) 170.63º 0.66% 0.57% -
XYZ 15.69 22.87 25.06 -
YUV 115.59 136.7 81.22 -
System Red Green Blue C M Y K H S L
Decimal 50 146 131 0.66 0 0.10 0.43 170.63 0.49 0.38
Hex 32 92 83 42 0 A 2B AB 31 26
Octal 62 222 203 102 0 12 53 253 61 46
Binary 110010 10010010 10000011 1000010 0 1010 101011 10101011 110001 100110

Color Harmonies of #329283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329283

Black with #329283

Text Example


Text Example

White with #329283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329283; }

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

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

background-color css

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

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

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

border-color css

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

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

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