#317F7A

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

Shades of Elm #317F7A

Tints of Elm #317F7A

Color information

#317F7A (or 0x317F7A) is unknown color: approx Elm. HEX triplet: 31, 7F and 7A. RGB value is (49,127,122). Sum of RGB (Red+Green+Blue) = 49+127+122=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 127 - color contains mainly: green. Hex color #317F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317F7A is #CE8085. Grayscale: #676767. Windows color (decimal): -13533318 or 8027953. OLE color: 8027953.

HSL color Cylindrical-coordinate representation of color #317F7A: hue angle of 176.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317F7A is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB49127122-
CMYK0.6100.040.50
HSL176.15º44.32%34.51%-
HSV(B)176.15º61.42%49.8%-
XYZ12.3717.2421.09-
YUV103.11138.6689.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 127 (50% from 255) = 42.62%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=16.44%
G=42.62%
B=40.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491271220.6100.040.50176.1544.3234.51
Hex317F7A3D0432b02c23
Octal611771727504622605443
Binary11000111111111111010111101010011001010110000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,127,122); }

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

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

 a { background-color: rgb(49,127,122); }

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

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

 span { border-color: rgb(49,127,122); }

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