#317673

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

Shades of Elm #317673

Tints of Elm #317673

Color information

#317673 (or 0x317673) is unknown color: approx Elm. HEX triplet: 31, 76 and 73. RGB value is (49,118,115). Sum of RGB (Red+Green+Blue) = 49+118+115=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #317673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317673 is #CE898C. Grayscale: #606060. Windows color (decimal): -13535629 or 7566897. OLE color: 7566897.

HSL color Cylindrical-coordinate representation of color #317673: hue angle of 177.39º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317673 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB49118115-
CMYK0.5800.030.54
HSL177.39º41.32%32.75%-
HSV(B)177.39º58.47%46.27%-
XYZ10.8414.8518.51-
YUV97.03138.1493.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 118 (46.48% from 255) = 41.84%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=17.38%
G=41.84%
B=40.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491181150.5800.030.54177.3941.3232.75
Hex3176733A0336b12921
Octal611661637203662615141
Binary1100011110110111001111101001111011010110001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317673; }

 p { color: rgb(49,118,115); }

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

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

 a { background-color: rgb(49,118,115); }

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

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

 span { border-color: rgb(49,118,115); }

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