#328980

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

Shades of Elm #328980

Tints of Elm #328980

Color information

#328980 (or 0x328980) is unknown color: approx Elm. HEX triplet: 32, 89 and 80. RGB value is (50,137,128). Sum of RGB (Red+Green+Blue) = 50+137+128=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #328980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328980 is #CD767F. Grayscale: #6D6D6D. Windows color (decimal): -13465216 or 8423730. OLE color: 8423730.

HSL color Cylindrical-coordinate representation of color #328980: hue angle of 173.79º 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 #328980 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB50137128-
CMYK0.6400.070.46
HSL173.79º46.52%36.67%-
HSV(B)173.79º63.5%53.73%-
XYZ14.1620.1323.56-
YUV109.96138.1885.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.87%
GREEN value IS 137 (53.91% from 255) = 43.49%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=15.87%
G=43.49%
B=40.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501371280.6400.070.46173.7946.5236.67
Hex32898040072Eae2f25
Octal6221120010007562565745
Binary11001010001001100000001000000011110111010101110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328980; }

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

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

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

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

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

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

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

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