#328879

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

Shades of Elm #328879

Tints of Elm #328879

Color information

#328879 (or 0x328879) is unknown color: approx Elm. HEX triplet: 32, 88 and 79. RGB value is (50,136,121). Sum of RGB (Red+Green+Blue) = 50+136+121=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #328879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328879 is #CD7786. Grayscale: #6C6C6C. Windows color (decimal): -13465479 or 7964722. OLE color: 7964722.

HSL color Cylindrical-coordinate representation of color #328879: hue angle of 169.53º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328879 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB50136121-
CMYK0.6300.110.47
HSL169.53º46.24%36.47%-
HSV(B)169.53º63.24%53.33%-
XYZ13.5719.6721.17-
YUV108.58135.0186.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=16.29%
G=44.30%
B=39.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501361210.6300.110.47169.5346.2436.47
Hex3288793F0B2Faa2e24
Octal6221017177013572525644
Binary1100101000100011110011111110101110111110101010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328879; }

 p { color: rgb(50,136,121); }

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

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

 a { background-color: rgb(50,136,121); }

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

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

 span { border-color: rgb(50,136,121); }

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