#318578

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

Shades of Elm #318578

Tints of Elm #318578

Color information

#318578 (or 0x318578) is unknown color: approx Elm. HEX triplet: 31, 85 and 78. RGB value is (49,133,120). Sum of RGB (Red+Green+Blue) = 49+133+120=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #318578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318578 is #CE7A87. Grayscale: #6A6A6A. Windows color (decimal): -13531784 or 7898417. OLE color: 7898417.

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

Color convert

RGB49133120-
CMYK0.6300.100.48
HSL170.71º46.15%35.69%-
HSV(B)170.71º63.16%52.16%-
XYZ13.0418.7820.71-
YUV106.4135.6787.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.23%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 120 (47.27% from 255) = 39.74%
R=16.23%
G=44.04%
B=39.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491331200.6300.100.48170.7146.1535.69
Hex3185783F0A30ab2e24
Octal6120517077012602535644
Binary1100011000010111110001111110101011000010101011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318578; }

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

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

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

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

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

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

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

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