#318579

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

Shades of Elm #318579

Tints of Elm #318579

Color information

#318579 (or 0x318579) is unknown color: approx Elm. HEX triplet: 31, 85 and 79. RGB value is (49,133,121). Sum of RGB (Red+Green+Blue) = 49+133+121=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #318579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318579 is #CE7A86. Grayscale: #6A6A6A. Windows color (decimal): -13531783 or 7963953. OLE color: 7963953.

HSL color Cylindrical-coordinate representation of color #318579: hue angle of 171.43º 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 #318579 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB49133121-
CMYK0.6300.090.48
HSL171.43º46.15%35.69%-
HSV(B)171.43º63.16%52.16%-
XYZ13.1118.8121.03-
YUV106.52136.1786.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.17%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=16.17%
G=43.89%
B=39.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491331210.6300.090.48171.4346.1535.69
Hex3185793F0930ab2e24
Octal6120517177011602535644
Binary1100011000010111110011111110100111000010101011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318579; }

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

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

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

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

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

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

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

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