#316B5B

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

Shades of Eden #316B5B

Tints of Eden #316B5B

Color information

#316B5B (or 0x316B5B) is unknown color: approx Eden. HEX triplet: 31, 6B and 5B. RGB value is (49,107,91). Sum of RGB (Red+Green+Blue) = 49+107+91=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #316B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B5B is #CE94A4. Grayscale: #575757. Windows color (decimal): -13538469 or 5991217. OLE color: 5991217.

HSL color Cylindrical-coordinate representation of color #316B5B: hue angle of 163.45º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316B5B is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB4910791-
CMYK0.5400.150.58
HSL163.45º37.18%30.59%-
HSV(B)163.45º54.21%41.96%-
XYZ8.4111.9211.76-
YUV87.83129.78100.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 107 (42.19% from 255) = 43.32%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=19.84%
G=43.32%
B=36.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49107910.5400.150.58163.4537.1830.59
Hex316B5B360F3Aa3251f
Octal6115313366017722434537
Binary11000111010111011011110110011111110101010001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316B5B; }

 p { color: rgb(49,107,91); }

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

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

 a { background-color: rgb(49,107,91); }

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

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

 span { border-color: rgb(49,107,91); }

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