#31705D

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

Shades of Eden #31705D

Tints of Eden #31705D

Color information

#31705D (or 0x31705D) is unknown color: approx Eden. HEX triplet: 31, 70 and 5D. RGB value is (49,112,93). Sum of RGB (Red+Green+Blue) = 49+112+93=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #31705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31705D is #CE8FA2. Grayscale: #5B5B5B. Windows color (decimal): -13537187 or 6123569. OLE color: 6123569.

HSL color Cylindrical-coordinate representation of color #31705D: hue angle of 161.9º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31705D is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB4911293-
CMYK0.5600.170.56
HSL161.9º39.13%31.57%-
HSV(B)161.9º56.25%43.92%-
XYZ9.0413.0312.4-
YUV91129.1398.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 93 (36.72% from 255) = 36.61%
R=19.29%
G=44.09%
B=36.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112930.5600.170.56161.939.1331.57
Hex31705D3801138a22720
Octal6116013570021702424740
Binary1100011110000101110111100001000111100010100010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31705D; }

 p { color: rgb(49,112,93); }

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

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

 a { background-color: rgb(49,112,93); }

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

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

 span { border-color: rgb(49,112,93); }

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