#318778

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

Shades of Elm #318778

Tints of Elm #318778

Color information

#318778 (or 0x318778) is unknown color: approx Elm. HEX triplet: 31, 87 and 78. RGB value is (49,135,120). Sum of RGB (Red+Green+Blue) = 49+135+120=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #318778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318778 is #CE7887. Grayscale: #6B6B6B. Windows color (decimal): -13531272 or 7898929. OLE color: 7898929.

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

Color convert

RGB49135120-
CMYK0.6400.110.47
HSL169.53º46.74%36.08%-
HSV(B)169.53º63.7%52.94%-
XYZ13.3219.3420.8-
YUV107.58135.0186.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.12%
GREEN value IS 135 (53.12% from 255) = 44.41%
BLUE value IS 120 (47.27% from 255) = 39.47%
R=16.12%
G=44.41%
B=39.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491351200.6400.110.47169.5346.7436.08
Hex318778400B2Faa2f24
Octal61207170100013572525744
Binary11000110000111111100010000000101110111110101010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318778; }

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

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

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

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

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

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

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

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