#328B7D

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

Shades of Elm #328B7D

Tints of Elm #328B7D

Color information

#328B7D (or 0x328B7D) is unknown color: approx Elm. HEX triplet: 32, 8B and 7D. RGB value is (50,139,125). Sum of RGB (Red+Green+Blue) = 50+139+125=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #328B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B7D is #CD7482. Grayscale: #6E6E6E. Windows color (decimal): -13464707 or 8227634. OLE color: 8227634.

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

Color convert

RGB50139125-
CMYK0.6400.100.45
HSL170.56º47.09%37.06%-
HSV(B)170.56º64.03%54.51%-
XYZ14.2520.6222.63-
YUV110.79136.0184.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.92%
GREEN value IS 139 (54.69% from 255) = 44.27%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=15.92%
G=44.27%
B=39.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501391250.6400.100.45170.5647.0937.06
Hex328B7D400A2Dab2f25
Octal62213175100012552535745
Binary11001010001011111110110000000101010110110101011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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