#318179

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

Shades of Elm #318179

Tints of Elm #318179

Color information

#318179 (or 0x318179) is unknown color: approx Elm. HEX triplet: 31, 81 and 79. RGB value is (49,129,121). Sum of RGB (Red+Green+Blue) = 49+129+121=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #318179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318179 is #CE7E86. Grayscale: #686868. Windows color (decimal): -13532807 or 7962929. OLE color: 7962929.

HSL color Cylindrical-coordinate representation of color #318179: hue angle of 174º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318179 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB49129121-
CMYK0.6200.060.49
HSL174º44.94%34.9%-
HSV(B)174º62.02%50.59%-
XYZ12.5717.7320.85-
YUV104.17137.588.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 129 (50.78% from 255) = 43.14%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=16.39%
G=43.14%
B=40.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491291210.6200.060.4917444.9434.9
Hex3181793E0631ae2d23
Octal612011717606612565543
Binary110001100000011111001111110011011000110101110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318179; }

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

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

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

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

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

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

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

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