#328B7C

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

Shades of Elm #328B7C

Tints of Elm #328B7C

Color information

#328B7C (or 0x328B7C) is unknown color: approx Elm. HEX triplet: 32, 8B and 7C. RGB value is (50,139,124). Sum of RGB (Red+Green+Blue) = 50+139+124=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 139 - color contains mainly: green. Hex color #328B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B7C is #CD7483. Grayscale: #6E6E6E. Windows color (decimal): -13464708 or 8162098. OLE color: 8162098.

HSL color Cylindrical-coordinate representation of color #328B7C: hue angle of 169.89º 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 #328B7C is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB50139124-
CMYK0.6400.110.45
HSL169.89º47.09%37.06%-
HSV(B)169.89º64.03%54.51%-
XYZ14.1920.622.3-
YUV110.68135.5184.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.97%
GREEN value IS 139 (54.69% from 255) = 44.41%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=15.97%
G=44.41%
B=39.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501391240.6400.110.45169.8947.0937.06
Hex328B7C400B2Daa2f25
Octal62213174100013552525745
Binary11001010001011111110010000000101110110110101010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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