#328578

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

Shades of Elm #328578

Tints of Elm #328578

Color information

#328578 (or 0x328578) is unknown color: approx Elm. HEX triplet: 32, 85 and 78. RGB value is (50,133,120). Sum of RGB (Red+Green+Blue) = 50+133+120=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #328578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328578 is #CD7A87. Grayscale: #6A6A6A. Windows color (decimal): -13466248 or 7898418. OLE color: 7898418.

HSL color Cylindrical-coordinate representation of color #328578: hue angle of 170.6º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328578 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB50133120-
CMYK0.6200.100.48
HSL170.6º45.36%35.88%-
HSV(B)170.6º62.41%52.16%-
XYZ13.0918.8120.71-
YUV106.7135.587.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.50%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=16.50%
G=43.89%
B=39.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501331200.6200.100.48170.645.3635.88
Hex3285783E0A30ab2d24
Octal6220517076012602535544
Binary1100101000010111110001111100101011000010101011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328578; }

 p { color: rgb(50,133,120); }

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

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

 a { background-color: rgb(50,133,120); }

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

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

 span { border-color: rgb(50,133,120); }

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