#317E76

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

Shades of Elm #317E76

Tints of Elm #317E76

Color information

#317E76 (or 0x317E76) is unknown color: approx Elm. HEX triplet: 31, 7E and 76. RGB value is (49,126,118). Sum of RGB (Red+Green+Blue) = 49+126+118=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 126 - color contains mainly: green. Hex color #317E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317E76 is #CE8189. Grayscale: #666666. Windows color (decimal): -13533578 or 7765553. OLE color: 7765553.

HSL color Cylindrical-coordinate representation of color #317E76: hue angle of 173.77º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317E76 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB49126118-
CMYK0.6100.060.51
HSL173.77º44%34.31%-
HSV(B)173.77º61.11%49.41%-
XYZ1216.8819.77-
YUV102.06136.9990.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.72%
GREEN value IS 126 (49.61% from 255) = 43.00%
BLUE value IS 118 (46.48% from 255) = 40.27%
R=16.72%
G=43.00%
B=40.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal491261180.6100.060.51173.774434.31
Hex317E763D0633ae2c22
Octal611761667506632565442
Binary11000111111101110110111101011011001110101110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317E76; }

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

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

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

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

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

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

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

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