#328B80

Color #328B80 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #328B80

Tints of Elm #328B80

Color information

#328B80 (or 0x328B80) is unknown color: approx Elm. HEX triplet: 32, 8B and 80. RGB value is (50,139,128). Sum of RGB (Red+Green+Blue) = 50+139+128=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #328B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B80 is #CD747F. Grayscale: #6F6F6F. Windows color (decimal): -13464704 or 8424242. OLE color: 8424242.

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

Color convert

RGB50139128-
CMYK0.6400.080.45
HSL172.58º47.09%37.06%-
HSV(B)172.58º64.03%54.51%-
XYZ14.4420.723.66-
YUV111.14137.5184.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.77%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=15.77%
G=43.85%
B=40.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501391280.6400.080.45172.5847.0937.06
Hex328B8040082Dad2f25
Octal62213200100010552555745
Binary110010100010111000000010000000100010110110101101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #328B80;
 }
 .AnyTagClassName
 {
   color: #328B80;
 }
</style>
background-color css

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

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

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

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

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

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