Html Css Color HEX #328A80 Elm

📋 copy color: '#328A80'

red 50 ◦ green 138 ◦ blue 128

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

Shades of Elm #328A80

Tints of Elm #328A80

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.67%

 BLUE value IS 128 (50.39% from 255) = 40.51%

R = 15.82%
G = 43.67%
B = 40.51%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#328A80 (or 0x328A80) is known color: Elm. HEX triplet: 32, 8A and 80. RGB value is (50,138,128). Sum of RGB (Red+Green+Blue) = 50+138+128=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #328A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328A80 is #CD757F. Grayscale: #6E6E6E. Windows color (decimal): -13464960 or 8423986. OLE color: 8423986.

HSL color Cylindrical-coordinate representation of color #328A80: hue angle of 173.18º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328A80 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 138 128 -
CMYK 0.64 0 0.07 0.46
HSL 173.18º 0.47% 0.37% -
HSV(B) 173.18º 0.64% 0.54% -
XYZ 14.3 20.41 23.61 -
YUV 110.55 137.85 84.81 -
System Red Green Blue C M Y K H S L
Decimal 50 138 128 0.64 0 0.07 0.46 173.18 0.47 0.37
Hex 32 8A 80 40 0 7 2E AD 2F 25
Octal 62 212 200 100 0 7 56 255 57 45
Binary 110010 10001010 10000000 1000000 0 111 101110 10101101 101111 100101

Color Harmonies of #328A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328A80

Black with #328A80

Text Example


Text Example

White with #328A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328A80; }

 p { color: rgb(50,138,128); }

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

background-color css

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

 a { background-color: rgb(50,138,128); }

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

border-color css

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

 span { border-color: rgb(50,138,128); }

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