#317B76

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

Shades of Elm #317B76

Tints of Elm #317B76

Color information

#317B76 (or 0x317B76) is unknown color: approx Elm. HEX triplet: 31, 7B and 76. RGB value is (49,123,118). Sum of RGB (Red+Green+Blue) = 49+123+118=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 123 - color contains mainly: green. Hex color #317B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317B76 is #CE8489. Grayscale: #646464. Windows color (decimal): -13534346 or 7764785. OLE color: 7764785.

HSL color Cylindrical-coordinate representation of color #317B76: hue angle of 175.95º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317B76 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB49123118-
CMYK0.6000.040.52
HSL175.95º43.02%33.73%-
HSV(B)175.95º60.16%48.24%-
XYZ11.6216.1319.64-
YUV100.3137.9891.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 123 (48.44% from 255) = 42.41%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=16.90%
G=42.41%
B=40.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal491231180.6000.040.52175.9543.0233.73
Hex317B763C0434b02b22
Octal611731667404642605342
Binary11000111110111110110111100010011010010110000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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