From 7dfe0ff4f4c0635988fadb33bfc0df97c25a8c11 Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Sun, 13 Sep 2015 00:34:01 -0400 Subject: [PATCH] old idea --- Color-Management.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Color-Management.md diff --git a/Color-Management.md b/Color-Management.md new file mode 100644 index 0000000..00101a6 --- /dev/null +++ b/Color-Management.md @@ -0,0 +1,40 @@ +# RGB + +Colors have some inherit meaning, but are also assigned as various things. + +## Red + +Fire, Dirty, Blood, Cops?, Hospital. + +Red: dirty or dangerous + +## Green + +Money, Financial, Environment. + +Green: clean or financial + +## Blue + +Water, Fire Department, Police, Emergency Services. + +Blue: resource or service + +## Stuff + +Residential, Commercial, Industrial, Banks, Mining, Airports, Ports, Roads (and Highways), Power Lines. + + + +Red is dirty. Green is clean. Blue is resources. ?? + +- R+G = Yellow, Residential? (dirty+clean) +- G+B = Teal, Commercial (clean+resource) +- R+B = Magenta, Industry (dirty+resource) + +- R+G = Yellow, Commercial (dangerous + financial) +- G+B = Teal, Industrial (financial + resource) +- R+B = Magenta, Residential (dangerous/dirty + resource?) + +- R/2 + B = Purple, Residential (danger + resource/2) +- \ No newline at end of file